修正註解
This commit is contained in:
parent
ce69aa5129
commit
a3ef90d5fd
@ -149,11 +149,11 @@ function getDateOfRecords() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 取得刀表
|
// 取得排名
|
||||||
function getDateOfRank() {
|
function getDateOfRank() {
|
||||||
var dateSplit = dateInput.value.split("-");
|
var dateSplit = dateInput.value.split("-");
|
||||||
console.log(dateSplit);
|
console.log(dateSplit);
|
||||||
// 取得刀表
|
// 取得排名
|
||||||
axios.get("https://pcredive.ray650128.com/backend/api/rank/" + dateSplit[0] + "/" + dateSplit[1] + "/" + dateSplit[2], {
|
axios.get("https://pcredive.ray650128.com/backend/api/rank/" + dateSplit[0] + "/" + dateSplit[1] + "/" + dateSplit[2], {
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user