123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "系统页",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6"
- }
- }
- ],
- "subPackages": [ //分包配置
- {
- "root": "pagesHome",
- "pages": [ //分包
- {
- "path": "agree/index",
- "style": {
- "navigationBarTitleText": "用户协议",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6"
- }
- },
- {
- "path": "city/index",
- "style": {
- "navigationBarTitleText": "城市选择",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6"
- }
- },
- {
- "path": "team/index",
- "style": {
- "navigationBarTitleText": "创建球队"
- }
- },
- {
- "path": "team/info",
- "style": {
- "navigationBarTitleText": "球队详情"
- }
- },
- {
- "path": "team/person",
- "style": {
- "navigationBarTitleText": "球队阵容"
- }
- },
- {
- "path": "team/album",
- "style": {
- "navigationBarTitleText": "球队相册"
- }
- },
- {
- "path": "team/book",
- "style": {
- "navigationBarTitleText": "球队账本"
- }
- },
- {
- "path": "team/board",
- "style": {
- "navigationBarTitleText": "球队战术板"
- }
- },
- {
- "path": "match/index",
- "style": {
- "navigationBarTitleText": "创建赛事"
- }
- },
- {
- "path": "match/info",
- "style": {
- "navigationBarTitleText": "赛事详情"
- }
- },
- {
- "path": "activity/index",
- "style": {
- "navigationBarTitleText": "活动列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "activity/info",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- },
- {
- "path": "person/index",
- "style": {
- "navigationBarTitleText": "Ta的球队名片"
- }
- },
- {
- "path": "create/index",
- "style": {
- "navigationBarTitleText": "创建"
- }
- },
- {
- "path": "create/person",
- "style": {
- "navigationBarTitleText": "添加对手"
- }
- },
- {
- "path": "share/index",
- "style": {
- "navigationBarTitleText": "邀请好友入队"
- }
- },
- {
- "path": "enroll/index",
- "style": {
- "navigationBarTitleText": "报名队员"
- }
- },
- {
- "path": "draft/index",
- "style": {
- "navigationBarTitleText": "草稿箱"
- }
- }
- ]
- },
- {
- "root": "pagesMy",
- "pages": [ //分包
- {
- "path": "basic/index",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "系统页",
- "navigationBarBackgroundColor": "#121212",
- "backgroundColor": "#121212",
- "app-plus": {
- "background": "#121212"
- }
- }
- }
|