v2体验版
This commit is contained in:
+28
-2
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user