diff --git a/rest/大唐.http b/rest/大唐.http index 09cda08..86f0299 100644 --- a/rest/大唐.http +++ b/rest/大唐.http @@ -1,5 +1,5 @@ @dev = http://127.0.0.1:7270/v1.0/ -@test = https://test.tall.wiki/datang/v1.0/ +@test = http://10.119.190.12:8000/datang/v1.0/ @www = http://www.tall.wiki/gateway/yanyuan/v2.0/ @type = content-type: application/json;charset=utf-8 diff --git a/src/config.js b/src/config.js index 4d61252..583ba6e 100644 --- a/src/config.js +++ b/src/config.js @@ -4,7 +4,7 @@ export const DEVICE_TYPE_BIG = "quxia-vm" export const client_id = 'test' export const client_secret = "test" // export const BASE_API = "https://rapapi.renqilai.com/app/mock/39"; -export const BASE_API = "https://test.tall.wiki/datang/v1.0"; +export const BASE_API = "http://10.119.190.12:8000/datang/v1.0"; export const pageSize = 20 export const SHELF_MAX_ROW=7 diff --git a/vue.config.js b/vue.config.js index 45c88f5..2c46c02 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,7 +1,7 @@ // vue.config.js var path = require("path"); -const BASE_API = "https://test.tall.wiki/datang/v1.0" +const BASE_API = "http://10.119.190.12:8000/datang/v1.0" const proxyUrl = '/datang/v1.0' const port = 8080