Browse Source

[appid修改]

tags/江西版6.1.02
meo 6 years ago
parent
commit
660f019521
2 changed files with 17 additions and 18 deletions
  1. +15
    -16
      ext.json
  2. +2
    -2
      project.config.json

+ 15
- 16
ext.json View File

@@ -1,31 +1,30 @@
{ {
"ext": { "ext": {
"attr": { "attr": {
"configUrl": "https://ciformall.youlane.cn/C/api",
"etcpAppId": "wx192b7d2e8dcbefd0",
"socketUrl": "wss://mp.youlane.cn/W/ws",
"configUrl": "https://c.malls.iformall.com/C/api",
"etcpAppId": "wxc07f9d67923d676d",
"etcpVersion": "release", "etcpVersion": "release",
"etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback",
"etcpCallbackUrl": "https://admin.malls.iformall.com/api/carCallback/etcpPaidCallback",
"ifHaveWebSocket": "0", "ifHaveWebSocket": "0",
"ifHaveCarModular": "1", "ifHaveCarModular": "1",
"imgProxy": [ "imgProxy": [
{ {
"orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn",
"newUrl": "https://ciformall.youlane.cn/img"
"newUrl": "https://c.malls.iformall.com/img",
"orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn"
}, },
{ {
"orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn",
"newUrl": "https://ciformall.youlane.cn/img1"
"newUrl": "https://c.malls.iformall.com/img1",
"orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn"
}, },
{ {
"orgUrl": "https://wx.qlogo.cn",
"newUrl": "https://ciformall.youlane.cn/img2"
"newUrl": "https://c.malls.iformall.com/img2",
"orgUrl": "https://wx.qlogo.cn"
} }
] ]
}, },
"name": "富茂客官开发",
"weappId": "wxea71200db93d756b",
"appVersion": "C.4.5.106"
"name": "长融世贸广场",
"weappId": "wx026ee7f6290aa336",
"appVersion": "C.5.1.1"
}, },
"debug": false, "debug": false,
"tabBar": { "tabBar": {
@@ -61,10 +60,10 @@
"window": { "window": {
"backgroundTextStyle": "dark", "backgroundTextStyle": "dark",
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "WeChat",
"navigationBarBackgroundColor": "#fff"
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF"
}, },
"extAppid": "wxea71200db93d756b",
"extAppid": "wx026ee7f6290aa336",
"extEnable": true, "extEnable": true,
"permission": { "permission": {
"scope.userLocation": { "scope.userLocation": {


+ 2
- 2
project.config.json View File

@@ -4,7 +4,7 @@
"ignore": [] "ignore": []
}, },
"setting": { "setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true, "es6": true,
"postcss": true, "postcss": true,
"minified": true, "minified": true,
@@ -14,7 +14,7 @@
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.5.0", "libVersion": "2.5.0",
"appid": "wxb11603577a84a86d",
"appid": "wx453ae0d37f3550d0",
"projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F",
"isGameTourist": false, "isGameTourist": false,
"simulatorType": "wechat", "simulatorType": "wechat",


Loading…
Cancel
Save