diff --git a/ext.json b/ext.json index c643173..7a95a78 100644 --- a/ext.json +++ b/ext.json @@ -1,65 +1,64 @@ { - "extEnable": true, - "extAppid": "wxea71200db93d756b", "ext": { - "weappId": "wxea71200db93d756b", - "name": "富茂客官开发", - "appVersion": "C.5.1.107", "attr": { - "configUrl": "https://ciformall.youlane.cn/C/api", - "socketUrl": "wss://mp.youlane.cn/W/ws", - "ifHaveWebSocket": "0", - "ifHaveCarModular": "1", - "etcpVersion": "release", + "configUrl": "https://ctest.malls.iformall.com/C/api", "etcpAppId": "wx192b7d2e8dcbefd0", - "etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" - } - }, - "permission": { - "scope.userLocation": { - "desc": "你的位置信息将用于小程序位置接口的效果展示" - } + "etcpVersion": "release", + "ifHaveCarModular": "1", + "ifHaveWebSocket": "0", + "etcpCallbackUrl": "https://admintest.malls.iformall.com/api/carCallback/etcpPaidCallback" + }, + "name": "金泸商务", + "weappId": "wx9b0a894a3bbe9627", + "appVersion": "C.test.5.1.0" }, - "directCommit": false, + "debug": false, "tabBar": { - "color": "#abb1be", - "selectedColor": "#b2743d", "list": [ { - "pagePath": "pages/main/index", + "text": "首页", "iconPath": "assets/images/home.png", - "selectedIconPath": "assets/images/home-a.png", - "text": "首页" + "pagePath": "pages/main/index", + "selectedIconPath": "assets/images/home-a.png" }, { - "pagePath": "pages/index/searchbar/index", + "text": "门店", "iconPath": "assets/images/mendian.png", - "selectedIconPath": "assets/images/mendian-a.png", - "text": "门店" + "pagePath": "pages/index/searchbar/index", + "selectedIconPath": "assets/images/mendian-a.png" }, { - "pagePath": "pages/passCar/passCar", + "text": "停车", "iconPath": "assets/images/park.png", - "selectedIconPath": "assets/images/park-a.png", - "text": "停车" + "pagePath": "pages/passCar/passCar", + "selectedIconPath": "assets/images/park-a.png" }, { - "pagePath": "pages/user/index", + "text": "我的", "iconPath": "assets/images/user.png", - "selectedIconPath": "assets/images/user-a.png", - "text": "我的" + "pagePath": "pages/user/index", + "selectedIconPath": "assets/images/user-a.png" } - ] + ], + "color": "#abb1be", + "selectedColor": "#b2743d" }, "window": { "backgroundTextStyle": "dark", - "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black", "navigationBarTitleText": "", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#FFFFFF" }, + "extAppid": "wx9b0a894a3bbe9627", + "extEnable": true, + "permission": { + "scope.userLocation": { + "desc": "你的位置信息将用于小程序位置接口的效果展示" + } + }, + "directCommit": false, "networkTimeout": { "request": 30000, "downloadFile": 10000 - }, - "debug": false + } } \ No newline at end of file diff --git a/project.config.json b/project.config.json index 913c7d5..e5dadff 100644 --- a/project.config.json +++ b/project.config.json @@ -4,16 +4,17 @@ "ignore": [] }, "setting": { - "urlCheck": false, + "urlCheck": true, "es6": true, "postcss": true, "minified": true, "newFeature": true, - "autoAudits": false + "autoAudits": false, + "checkInvalidKey": true }, "compileType": "miniprogram", "libVersion": "2.2.0", - "appid": "wxb11603577a84a86d", + "appid": "wxfa336cad86ed598d", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "simulatorType": "wechat",