v2体验版

This commit is contained in:
2026-08-31 13:35:50 +08:00
parent 3b4a2f9a78
commit 3bd58e05c5
28 changed files with 299 additions and 115 deletions
+28 -2
View File
@@ -69,8 +69,34 @@
"vueVersion" : "2",
"h5" : {
"devServer" : {
"https" : false,
"host" : "192.168.124.19"
"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"
}
}
}
},
"router" : {
"mode" : "history",
"base" : "/h5/"
},
"title" : "印美达POD供应链",
"optimization" : {
"treeShaking" : {
"enable" : true
}
}
}
}