更新api url
This commit is contained in:
+2
-2
@@ -24,7 +24,7 @@ window.onload = function () {
|
||||
paramValue = getParameterByName('id');
|
||||
console.log(paramValue);
|
||||
|
||||
axios.get("https://pcredive.ray650128.com/backend/api/record/" + paramValue)
|
||||
axios.get("https://table-api.sakunadaisuki.club/api/record/" + paramValue)
|
||||
.then(function (response) {
|
||||
// 在這裡處理回傳的資料
|
||||
var options = response.data;
|
||||
@@ -111,7 +111,7 @@ function fillRecord(
|
||||
knife3c_damage
|
||||
) {
|
||||
// 发送登录请求
|
||||
axios.put("https://pcredive.ray650128.com/backend/api/record/" + recordId, {
|
||||
axios.put("https://table-api.sakunadaisuki.club/api/record/" + recordId, {
|
||||
memberId: memberId,
|
||||
record1: {
|
||||
boss: knife1_boss,
|
||||
|
||||
Reference in New Issue
Block a user