123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- {
- "pages": [
- {
- "path": "pages/tabbar/index/index",
- "style": {
- "navigationBarTitleText": "交通强国"
- }
- },
- {
- "path": "pages/tabbar/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pasb",
- "name": "sub-1",
- "pages": [
- {
- "path": "pages/detail/index",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ]
- },
- {
- "root": "pasb",
- "name": "sub-2",
- "pages": [
- {
- "path": "pages/file/index",
- "style": {
- "navigationBarTitleText": "大会材料"
- }
- }
- ]
- },
- {
- "root": "pasb",
- "name": "sub-3",
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "微信登录"
- }
- }
- ]
- },
- {
- "root": "pasb",
- "name": "sub-4",
- "pages": [
- {
- "path": "pages/regist/index",
- "style": {
- "navigationBarTitleText": "会议报名"
- }
- }
- ]
- },
- {
- "root": "pasb",
- "name": "sub-5",
- "pages": [
- {
- "path": "pages/meeting-info/index",
- "style": {
- "navigationBarTitleText": "大会调研"
- }
- },
- {
- "path": "pages/myApply/index",
- "style": {
- "navigationBarTitleText": "我的报名"
- }
- }
- ]
- },
- {
- "root": "pasbrg",
- "name": "regmeeting",
- "pages": [
- {
- "path": "pages/regmeeting/index",
- "style": {
- "navigationBarTitleText": "报名详情"
- }
- },
- {
- "path": "pages/regtheme/index",
- "style": {
- "navigationBarTitleText": "报名"
- }
- },
- {
- "path": "pages/regtheme/mytheme",
- "style": {
- "navigationBarTitleText": "我的报名"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "#fefefe",
- "navigationBarBackgroundColor": "#005598",
- "backgroundColor": "#f2f2f2"
- },
- "tabBar": {
- "color": "#7f8389",
- "selectedColor": "#465CFF",
- "backgroundColor": "#f7f7fa",
- "list": [
- {
- "pagePath": "pages/tabbar/index/index",
- "text": "首页",
- "iconPath": "static/images/tabbar/assembly_default_3x.png",
- "selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
- },
- {
- "pagePath": "pages/tabbar/my/index",
- "text": "我的",
- "iconPath": "static/images/tabbar/my_default_3x.png",
- "selectedIconPath": "static/images/tabbar/my_selected_3x.png"
- }
- ]
- },
- "condition": {
- "current": 0,
- "list": [
- {
- "name": "交流材料汇编",
- "path": "pages/tabbar/my/index",
- "query": ""
- }
- ]
- },
- "resizable": true
- }
|