@@ -1,3 +1,5 @@ | |||||
var extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {}; | |||||
var appId = extConfig.appId; | |||||
var config = { | var config = { | ||||
url: "https://ciformall.youlane.cn/C/api", | url: "https://ciformall.youlane.cn/C/api", | ||||
// url:"https://c.malls.iformall.com/C/api", | // url:"https://c.malls.iformall.com/C/api", | ||||
@@ -197,10 +199,9 @@ var config = { | |||||
}, | }, | ||||
weapp: { | weapp: { | ||||
AppId: "wxea71200db93d756b", | |||||
baseUrl:'https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/' | |||||
AppId: appId, | |||||
}, | }, | ||||
ErrorCode: { | ErrorCode: { | ||||
NICK_NOT_AUTH: 11004, | NICK_NOT_AUTH: 11004, | ||||
PHONE_NOT_AUTH: 11005, | PHONE_NOT_AUTH: 11005, | ||||
@@ -1,6 +1,9 @@ | |||||
{ | { | ||||
"extEnable": true, | "extEnable": true, | ||||
"extAppid": "wxb11603577a84a86d", | "extAppid": "wxb11603577a84a86d", | ||||
"ext": { | |||||
"appId": "wxb11603577a84a86d" | |||||
}, | |||||
"directCommit": false, | "directCommit": false, | ||||
"tabBar": { | "tabBar": { | ||||
"color": "#9F9F9F", | "color": "#9F9F9F", | ||||
@@ -13,7 +13,7 @@ | |||||
}, | }, | ||||
"compileType": "miniprogram", | "compileType": "miniprogram", | ||||
"libVersion": "2.0.9", | "libVersion": "2.0.9", | ||||
"appid": "wxea71200db93d756b", | |||||
"appid": "wxb11603577a84a86d", | |||||
"projectname": "C", | "projectname": "C", | ||||
"isGameTourist": false, | "isGameTourist": false, | ||||
"condition": { | "condition": { | ||||