12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "pages": [
- "pages/index/index",
- "pages/shop/shopList",
- "pages/me/me",
- "pages/login/login",
- "pages/login/empower",
- "pages/login/iphoneLogin"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#8a8a8a",
- "selectedColor": "#FF4F00",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/img/tabme1.png",
- "selectedIconPath": "static/img/tabme2.png",
- "text": "4S保养"
- },
- {
- "pagePath": "pages/shop/shopList",
- "iconPath": "static/img/tabshop1.png",
- "selectedIconPath": "static/img/tabshop2.png",
- "text": "4S门店"
- },
- {
- "pagePath": "pages/me/me",
- "iconPath": "static/img/tabme1.png",
- "selectedIconPath": "static/img/tabme2.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取定位"
- }
- },
- "usingComponents": {}
- }
|