|
|
|
@@ -1,20 +1,16 @@ |
|
|
|
{ |
|
|
|
"ext": { |
|
|
|
"attr": { |
|
|
|
"imgProxy": [ |
|
|
|
{ |
|
|
|
"newUrl": "https://ctest.malls.iformall.com/img", |
|
|
|
"orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"newUrl": "https://ctest.malls.iformall.com/img1", |
|
|
|
"orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"newUrl": "https://ctest.malls.iformall.com/img2", |
|
|
|
"orgUrl": "https://wx.qlogo.cn" |
|
|
|
} |
|
|
|
], |
|
|
|
"imgProxy": [{ |
|
|
|
"newUrl": "https://ctest.malls.iformall.com/img", |
|
|
|
"orgUrl": "https://iformall-net.formall.oss-accelerate.aliyuncs.com" |
|
|
|
}, { |
|
|
|
"newUrl": "https://ctest.malls.iformall.com/img1", |
|
|
|
"orgUrl": "https://formall.oss-accelerate.aliyuncs.com" |
|
|
|
}, { |
|
|
|
"newUrl": "https://ctest.malls.iformall.com/img2", |
|
|
|
"orgUrl": "https://wx.qlogo.cn" |
|
|
|
}], |
|
|
|
"configUrl": "https://ctest.malls.iformall.com/C/api", |
|
|
|
"etcpAppId": "wx192b7d2e8dcbefd0", |
|
|
|
"etcpVersion": "release", |
|
|
|
@@ -28,32 +24,27 @@ |
|
|
|
}, |
|
|
|
"debug": false, |
|
|
|
"tabBar": { |
|
|
|
"list": [ |
|
|
|
{ |
|
|
|
"text": "首页", |
|
|
|
"iconPath": "assets/images/home.png", |
|
|
|
"pagePath": "index/index", |
|
|
|
"selectedIconPath": "assets/images/home-a.png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"text": "门店", |
|
|
|
"iconPath": "assets/images/mendian.png", |
|
|
|
"pagePath": "index/searchbar", |
|
|
|
"selectedIconPath": "assets/images/mendian-a.png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"text": "停车", |
|
|
|
"iconPath": "assets/images/park.png", |
|
|
|
"pagePath": "index/passCar", |
|
|
|
"selectedIconPath": "assets/images/park-a.png" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"text": "我的", |
|
|
|
"iconPath": "assets/images/user.png", |
|
|
|
"pagePath": "index/user", |
|
|
|
"selectedIconPath": "assets/images/user-a.png" |
|
|
|
} |
|
|
|
], |
|
|
|
"list": [{ |
|
|
|
"text": "首页", |
|
|
|
"iconPath": "assets/images/home.png", |
|
|
|
"pagePath": "index/index", |
|
|
|
"selectedIconPath": "assets/images/home-a.png" |
|
|
|
}, { |
|
|
|
"text": "门店", |
|
|
|
"iconPath": "assets/images/mendian.png", |
|
|
|
"pagePath": "index/searchbar", |
|
|
|
"selectedIconPath": "assets/images/mendian-a.png" |
|
|
|
}, { |
|
|
|
"text": "停车", |
|
|
|
"iconPath": "assets/images/park.png", |
|
|
|
"pagePath": "index/passCar", |
|
|
|
"selectedIconPath": "assets/images/park-a.png" |
|
|
|
}, { |
|
|
|
"text": "我的", |
|
|
|
"iconPath": "assets/images/user.png", |
|
|
|
"pagePath": "index/user", |
|
|
|
"selectedIconPath": "assets/images/user-a.png" |
|
|
|
}], |
|
|
|
"color": "#abb1be", |
|
|
|
"selectedColor": "#b2743d" |
|
|
|
}, |
|
|
|
|