修改UI问题初
This commit is contained in:
+18
-17
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user