Browse Source

加入

xiaowang-yantai
是小王呀\24601 1 year ago
parent
commit
a47b4416a9
  1. 22
      yt_suishoupai/manifest.json
  2. 2
      yt_suishoupai/pages/index/index.vue

22
yt_suishoupai/manifest.json

@ -1,6 +1,6 @@
{
"name" : "yantai",
"appid" : "__UNI__E6DEEF1",
"appid" : "__UNI__19CE0A6",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@ -58,21 +58,25 @@
"usingComponents" : true
},
"h5" : {
"appid" : "h5-suishoupai",
"appid" : "h5-suishijiang",
"devServer" : {
"port" : 8080,
"proxy" : {
"/ws" : {
"target" : "https://apis.map.qq.com/",
"target" : "https://apis.map.qq.com",
"changeOrigin" : true
},
"/h5-suishoupai" : {
"/h5-suishijiang" : {
"target" : "https://lantu.ytyanhuo.com",
"changeOrigin" : true,
"pathRewrite" : {
"^/h5-suishoupai" : ""
"^/h5-suishijiang" : ""
}
},
"https://lantu.ytyanhuo.com" : {
"target" : "https://lantu.ytyanhuo.com",
"changeOrigin" : true
},
"/" : {
"target" : "https://lantu.ytyanhuo.com/api",
"changeOrigin" : true,
@ -84,13 +88,15 @@
},
"sdkConfigs" : {
"maps" : {
"qqmap" : {
"key" : "VIWBZ-FESWO-GLJW6-SNV7Q-KINM6-JLB3A"
"amap" : {
"key" : "829866898ed9c5be703e184d7b461f71",
"securityJsCode" : "38d39b0cebf383b88a2a531684973dc1",
"serviceHost" : ""
}
}
},
"router" : {
"base" : "/h5-suishoupai/"
"base" : "/h5-suishijiang/"
}
},
"mp-baidu" : {

2
yt_suishoupai/pages/index/index.vue

@ -459,7 +459,7 @@ export default {
confirmText: "确定",
success: (result) => {
if (result.confirm) {
this.getLocation();
_this.getLocation();
}
},
});

Loading…
Cancel
Save