正文:
diff --git a/src/config.js b/src/config.js
index 4d61252..ab80f92 100644
--- a/src/config.js
+++ b/src/config.js
@@ -4,7 +4,8 @@ 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/v1.0";
+// export const BASE_API = "https://test.tall.wiki/datang/v1.0";
export const pageSize = 20
export const SHELF_MAX_ROW=7
diff --git a/vue.config.js b/vue.config.js
index 8f05335..75419d4 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,16 +1,16 @@
// vue.config.js
var path = require("path");
-const BASE_API = "https://test.tall.wiki/datang/v1.0"
-const proxyUrl = '/datang/v1.0'
+const BASE_API = "http://10.119.190.12:8000/v1.0"
+const proxyUrl = '/v1.0'
// const BASE_API = "https://test.tall.wiki/datang/v1.0"
-// const proxyUrl = 'datang/v1.0'
+// const proxyUrl = '/datang/v1.0'
const port = 8080
module.exports = {
- publicPath: '/manage',
+ publicPath: '/v1.0/manage',
devServer: {
open: true,
overlay: {