This commit is contained in:
2026-09-01 16:41:51 +08:00
parent bcbe62a899
commit 25657c613a
3 changed files with 53 additions and 26 deletions
+18 -18
View File
@@ -71,27 +71,27 @@
"devServer" : {
"https" : true,
"host" : "192.168.124.19"
// 暂时关闭开发代理(直接连后端时注释掉)
// "proxy" : {
// "/public" : {
// "target" : "https://official.inkreach.cc",
// "changeOrigin" : true,
// "pathRewrite" : {
// "^/public" : "/v2-api/public"
// }
// },
// "/assets" : {
// "target" : "https://official.inkreach.cc",
// "changeOrigin" : true,
// "pathRewrite" : {
// "^/assets" : "/v2-api/assets"
// }
// }
// }
},
// 暂时关闭开发代理(直接连后端时注释掉)
// "proxy" : {
// "/public" : {
// "target" : "https://official.inkreach.cc",
// "changeOrigin" : true,
// "pathRewrite" : {
// "^/public" : "/v2-api/public"
// }
// },
// "/assets" : {
// "target" : "https://official.inkreach.cc",
// "changeOrigin" : true,
// "pathRewrite" : {
// "^/assets" : "/v2-api/assets"
// }
// }
// }
"router" : {
"mode" : "history",
"base" : "/h5/"
"base" : "/v2/h5/"
},
"title" : "印美达POD供应链",
"optimization" : {