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