Browse Source

修改格式错误的问题

master
Gao xiaosong 3 years ago
parent
commit
f49e88555b
  1. 4
      .hbuilderx/launch.json
  2. 20
      manifest.json

4
.hbuilderx/launch.json

@ -6,6 +6,10 @@
{
"launchtype" : "remote"
},
"h5" :
{
"launchtype" : "remote"
},
"mp-weixin" :
{
"launchtype" : "remote"

20
manifest.json

@ -283,25 +283,7 @@
"router": {
"mode": "history"
},
"h5" : {
"title" : "yshop",
"devServer" : {
"disableHostCheck" : true,
"proxy" : {
"/h5api" : {
//
"target" : "http://itxzz.51vip.biz/",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"^/h5api" : "/api"
}
}
}
},
"router" : {
"mode" : "history"
},
"sdkConfigs": {
"maps": {
"qqmap": {

Loading…
Cancel
Save