打包调试

msb_beta
ch 2 years ago
parent b4c29ea7a6
commit 584d2ba018

2
.gitignore vendored

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

@ -71,18 +71,25 @@
"vueVersion" : "2",
"h5" : {
"router" : {
"mode" : "history"
"mode" : "history",
"base" : ""
},
"devServer" : {
"proxy" : {
"/uc/" : {
"target" : "http://192.168.10.109:8090/"
"target" : "http://192.168.10.52:8090/"
},
"/mall/" : {
"target" : "http://192.168.10.109:8090/"
"/mall/trade/" : {
"target" : "http://192.168.10.52:8090/"
},
"/oss/" : {
"target" : "http://192.168.10.109:8090/"
"/mall/base/" : {
"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