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',