You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
2.2 KiB
100 lines
2.2 KiB
{ |
|
"pages": [ |
|
{ |
|
"path": "pages/work/todo", |
|
"style": { |
|
"titleNView": false |
|
} |
|
}, |
|
{ |
|
"path": "pages/work/done", |
|
"style": { |
|
"titleNView": false |
|
} |
|
}, |
|
{ |
|
"path": "pages/work/action", |
|
"style": { |
|
"titleNView": false |
|
} |
|
}, |
|
{ |
|
"path": "pages/my/my", |
|
"style": { |
|
"titleNView": false |
|
} |
|
}, |
|
{ |
|
"path" : "pages/portal", |
|
"style" : { |
|
"titleNView": false |
|
} |
|
|
|
}, |
|
{ |
|
"path" : "pages/login/index", |
|
"style" : { |
|
"titleNView": false |
|
} |
|
|
|
} |
|
,{ |
|
"path" : "pages/my/support", |
|
"style" : |
|
{ |
|
"titleNView": false, |
|
"navigationBarTitleText": "服务支持" |
|
} |
|
|
|
} |
|
,{ |
|
"path" : "pages/my/fav", |
|
"style" : |
|
{ |
|
"titleNView": false, |
|
"navigationBarTitleText": "我的收藏" |
|
} |
|
|
|
} |
|
], |
|
"easycom": { |
|
"autoscan": true, |
|
"custom": { |
|
"fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue" |
|
} |
|
}, |
|
"globalStyle": { |
|
"backgroundTextStyle": "dark", |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "局长信箱", |
|
"navigationBarBackgroundColor": "#FFFFFF", |
|
"backgroundColor": "#F1F4FA", |
|
"backgroundColorTop": "#F1F4FA", |
|
"backgroundColorBottom": "#F1F4FA" |
|
}, |
|
"tabBar": { |
|
"color": "#333333", |
|
"selectedColor": "#465CFF", |
|
"backgroundColor": "#FFFFFF", |
|
"list": [{ |
|
"pagePath": "pages/work/todo", |
|
"text": "我的待办", |
|
"iconPath": "static/images/tabbar/assembly_default_3x.png", |
|
"selectedIconPath": "static/images/tabbar/assembly_selected_3x.png" |
|
}, |
|
{ |
|
"pagePath": "pages/work/done", |
|
"text": "已办工作", |
|
"iconPath": "static/images/tabbar/layout_default_3x.png", |
|
"selectedIconPath": "static/images/tabbar/layout_selected_3x.png" |
|
}, |
|
{ |
|
"pagePath": "pages/my/my", |
|
"text": "我的", |
|
"iconPath": "static/images/tabbar/my_default_3x.png", |
|
"selectedIconPath": "static/images/tabbar/my_selected_3x.png" |
|
} |
|
] |
|
}, |
|
"resizable": true |
|
} |