123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "pages": [
- "pages/index/index",
- "pages/ucenter/record",
- "pages/ucenter/record_show",
- "pages/ucenter/car_show",
- "pages/ucenter/index",
- "pages/ucenter/car",
- "pages/scan/index",
- "pages/carinfo/index",
- "pages/monitoring/index",
- "pages/batteryinfo/index",
- "pages/public/login"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "custom": true,
- "color": "#333",
- "selectedColor": "#6dc67d",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/menu-1.png",
- "selectedIconPath": "static/tabbar/menu-1.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/ucenter/index",
- "iconPath": "static/tabbar/menu-3.png",
- "selectedIconPath": "static/tabbar/menu-3.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "将获取你的具体位置信息,用于更好的给您提供找换电站服务"
- }
- },
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|