| @@ -18,10 +18,10 @@ | |||||
| "configUrl": "https://ciformall.youlane.cn/C/api", | "configUrl": "https://ciformall.youlane.cn/C/api", | ||||
| "etcpAppId": "wx192b7d2e8dcbefd0", | "etcpAppId": "wx192b7d2e8dcbefd0", | ||||
| "socketUrl": "wss://mp.youlane.cn/W/ws", | "socketUrl": "wss://mp.youlane.cn/W/ws", | ||||
| "ifStoreApp": "0", | |||||
| "etcpVersion": "release", | "etcpVersion": "release", | ||||
| "etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback", | "etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback", | ||||
| "ifHaveWebSocket": "0", | "ifHaveWebSocket": "0", | ||||
| "ifStoreApp": "0", | |||||
| "ifHaveCarModular": "1" | "ifHaveCarModular": "1" | ||||
| }, | }, | ||||
| "name": "富茂客官开发", | "name": "富茂客官开发", | ||||
| @@ -30,33 +30,33 @@ | |||||
| }, | }, | ||||
| "debug": false, | "debug": false, | ||||
| "tabBar": { | "tabBar": { | ||||
| "custom": true, | |||||
| "list": [ | "list": [ | ||||
| { | { | ||||
| "pagePath": "index/index", | |||||
| "text": "首页", | |||||
| "iconPath": "assets/images/home.png", | "iconPath": "assets/images/home.png", | ||||
| "selectedIconPath": "assets/images/home-a.png", | |||||
| "text": "首页" | |||||
| "pagePath": "index/index", | |||||
| "selectedIconPath": "assets/images/home-a.png" | |||||
| }, | }, | ||||
| { | { | ||||
| "pagePath": "index/searchbar", | |||||
| "text": "门店", | |||||
| "iconPath": "assets/images/mendian.png", | "iconPath": "assets/images/mendian.png", | ||||
| "selectedIconPath": "assets/images/mendian-a.png", | |||||
| "text": "门店" | |||||
| "pagePath": "index/searchbar", | |||||
| "selectedIconPath": "assets/images/mendian-a.png" | |||||
| }, | }, | ||||
| { | { | ||||
| "pagePath": "index/passCar", | |||||
| "text": "停车", | |||||
| "iconPath": "assets/images/park.png", | "iconPath": "assets/images/park.png", | ||||
| "selectedIconPath": "assets/images/park-a.png", | |||||
| "text": "停车" | |||||
| "pagePath": "index/passCar", | |||||
| "selectedIconPath": "assets/images/park-a.png" | |||||
| }, | }, | ||||
| { | { | ||||
| "pagePath": "index/user", | |||||
| "text": "我的", | |||||
| "iconPath": "assets/images/user.png", | "iconPath": "assets/images/user.png", | ||||
| "selectedIconPath": "assets/images/user-a.png", | |||||
| "text": "我的" | |||||
| "pagePath": "index/user", | |||||
| "selectedIconPath": "assets/images/user-a.png" | |||||
| } | } | ||||
| ] | |||||
| ], | |||||
| "custom": true | |||||
| }, | }, | ||||
| "window": { | "window": { | ||||
| "backgroundTextStyle": "dark", | "backgroundTextStyle": "dark", | ||||