12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "pages": [
- "pages/tabbar/index/index",
- "pages/tabbar/user/user",
- "pages/login/login",
- "pages/command/command",
- "pages/command/commandDetails",
- "pages/command/application",
- "pages/command/finish",
- "pages/throughTrain/throughTrain",
- "pages/throughTrain/throughTrainDetails",
- "pages/info/info",
- "pages/info/infoDetails",
- "pages/alterPassword/alterPassword",
- "pages/agreement/agreement"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "爱罗山",
- "navigationBarBackgroundColor": "#f7f7f7",
- "backgroundColor": "#f7f7f7"
- },
- "tabBar": {
- "color": "#D1CBCB",
- "selectedColor": "#DE2E27",
- "borderStyle": "white",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/tabbar/index/index",
- "iconPath": "static/tabbar/home.png",
- "selectedIconPath": "static/tabbar/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/tabbar/user/user",
- "iconPath": "static/tabbar/user.png",
- "selectedIconPath": "static/tabbar/user-active.png",
- "text": "我的"
- }
- ]
- },
- "__usePrivacyCheck__": true,
- "permission": {
- "scope.userInfo": {
- "desc": "用于获取您的头像、昵称等信息"
- }
- },
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|