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

2
yt_suishoupai/pages/index/index.vue

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

Loading…
Cancel
Save