Browse Source

appid

master
王泽彦 10 months ago
parent
commit
e3c6be586f
  1. 4
      common/config.js
  2. 4
      manifest.json

4
common/config.js

@ -3,8 +3,8 @@
// const img_domian = 'http://146.56.228.75:20025/' // const img_domian = 'http://146.56.228.75:20025/'
//本地测试地址 //本地测试地址
const Api_url='http://zhjwxt.test/api' // const Api_url='http://zhjwxt.test/api'
const img_domian = 'http://zhjwxt.test/' // const img_domian = 'http://zhjwxt.test/'
// const Api_url='https://zh.hnhbty.cn/api' // const Api_url='https://zh.hnhbty.cn/api'

4
manifest.json

@ -62,7 +62,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx675f2696abf932c5", "appid" : "wxdaf2fffe7e397c01",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"minified" : true, "minified" : true,
@ -78,7 +78,7 @@
} }
}, },
"requiredPrivateInfos" : [ "getLocation", "chooseLocation" ], "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
"libVersion":"latest" "libVersion" : "latest"
}, },
"mp-alipay" : { "mp-alipay" : {
"usingComponents" : true "usingComponents" : true

Loading…
Cancel
Save