55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/auth/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}, {
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "主页",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}, {
|
|
"path": "pages/wf/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工单",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/system/userInfo",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "账户信息"
|
|
}
|
|
}],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
// "tabBar": {
|
|
// "color": "#7A7E83",
|
|
// "selectedColor": "#007AFF",
|
|
// "borderStyle": "black",
|
|
// "backgroundColor": "#FFFFFF",
|
|
// "list": [{
|
|
// "pagePath": "pages/tabBar/main",
|
|
// "iconPath": "static/tabbar/list.png",
|
|
// "selectedIconPath": "static/tabbar/list_active.png",
|
|
// "text": "主页"
|
|
// }, {
|
|
// "pagePath": "pages/tabBar/my",
|
|
// "iconPath": "static/tabbar/me.png",
|
|
// "selectedIconPath": "static/tabbar/me_active.png",
|
|
// "text": "我的"
|
|
// }]
|
|
// }
|
|
}
|