1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "pages": [
- "pages/home/home",
- "pages/login/login",
- "pages/mine/mine"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于为了确认您所选的出发地、目的地地理位置"
- }
- },
- "requiredPrivateInfos": [
- "chooseLocation"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "始宁农业",
- "navigationBarTextStyle": "black"
- },
- "sitemapLocation": "sitemap.json",
- "useExtendedLib": {
- "weui": true
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#333333",
- "backgroundColor": "#FFFFFF",
- "list": [
- {
- "pagePath": "pages/home/home",
- "text": "首页",
- "iconPath": "image/tabBar/home_0@2x.png",
- "selectedIconPath": "image/tabBar/home_1@2x.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "image/tabBar/mine_0@2x.png",
- "selectedIconPath": "image/tabBar/mine_1@2x.png"
- }
- ]
- }
- }
|