12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "pages": [
- "pages/index/index",
- "pages/index/detail",
- "pages/help/index",
- "pages/index/history"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uView",
- "navigationBarBackgroundColor": "#10C08C",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#ffffff",
- "selectedColor": "#F8F3D4",
- "backgroundColor": "#10C08C",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/image/home.png",
- "selectedIconPath": "static/image/home-fill.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/help/index",
- "iconPath": "static/image/help.png",
- "selectedIconPath": "static/image/help-fill.png",
- "text": "上传信息"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取位置"
- }
- },
- "usingComponents": {
- "tab-bar": "/components/tabbar"
- }
- }
|