From a3ef90d5fd895835f11e12a9f284311784e9680f Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Thu, 3 Aug 2023 22:31:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=A8=BB=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/index.js b/js/index.js index 40292ac..a692183 100644 --- a/js/index.js +++ b/js/index.js @@ -149,11 +149,11 @@ function getDateOfRecords() { -// 取得刀表 +// 取得排名 function getDateOfRank() { var dateSplit = dateInput.value.split("-"); console.log(dateSplit); - // 取得刀表 + // 取得排名 axios.get("https://pcredive.ray650128.com/backend/api/rank/" + dateSplit[0] + "/" + dateSplit[1] + "/" + dateSplit[2], { headers: { 'Content-Type': 'application/json',