修改UI问题初

This commit is contained in:
2026-08-31 17:37:32 +08:00
parent 585b30a615
commit 18ee29e422
16 changed files with 386 additions and 1070 deletions
+18 -17
View File
@@ -70,23 +70,24 @@
"h5" : {
"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"
}
}
}
"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"
// }
// }
// }
},
"router" : {
"mode" : "history",