|
@@ -1,88 +1,101 @@
|
|
{
|
|
{
|
|
- "pages": [
|
|
|
|
- {
|
|
|
|
- "path": "pages/tabbar/index/index",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "交通强国"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path": "pages/tabbar/news/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": "交流材料汇编"
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- "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/news/index",
|
|
|
|
- "text": "资讯",
|
|
|
|
- "iconPath": "static/images/tabbar/layout_default_3x.png",
|
|
|
|
- "selectedIconPath": "static/images/tabbar/layout_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 的索引项)
|
|
|
|
- "list": [
|
|
|
|
- {
|
|
|
|
- "name": "交流材料汇编", //模式名称
|
|
|
|
- "path": "pages/tabbar/my/index", //启动页面,必选
|
|
|
|
- "query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- "resizable": true
|
|
|
|
|
|
+ "pages": [
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/tabbar/index/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "交通强国"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/tabbar/news/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": "微信登录"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "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/news/index",
|
|
|
|
+ "text": "资讯",
|
|
|
|
+ "iconPath": "static/images/tabbar/layout_default_3x.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/layout_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
|
|
}
|
|
}
|