修正註解

This commit is contained in:
Raymond Yang 2023-08-03 22:31:46 +08:00
parent ce69aa5129
commit a3ef90d5fd

View File

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