打包调试

msb_beta
ch 3 years ago
parent b4c29ea7a6
commit 584d2ba018

2
.gitignore vendored

@ -1,6 +1,4 @@
.hbuilderx/ .hbuilderx/
.history/ .history/
unpackage/dist/dev/
unpackage/dist/build/.automator/
node_moudel/ node_moudel/
package-lock.json package-lock.json

@ -71,18 +71,25 @@
"vueVersion" : "2", "vueVersion" : "2",
"h5" : { "h5" : {
"router" : { "router" : {
"mode" : "history" "mode" : "history",
"base" : ""
}, },
"devServer" : { "devServer" : {
"proxy" : { "proxy" : {
"/uc/" : { "/uc/" : {
"target" : "http://192.168.10.109:8090/" "target" : "http://192.168.10.52:8090/"
}, },
"/mall/" : { "/mall/trade/" : {
"target" : "http://192.168.10.109:8090/" "target" : "http://192.168.10.52:8090/"
}, },
"/oss/" : { "/mall/base/" : {
"target" : "http://192.168.10.109:8090/" "target" : "http://192.168.10.52:8090/"
},
"/pay/" : {
"target" : "http://192.168.10.52:8090/"
},
"/mall/product/" : {
"target" : "http://192.168.10.52:8090/"
} }
} }
} }

Loading…
Cancel
Save