小程序修改
This commit is contained in:
@@ -1,17 +1,42 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://doc.dcloud.net.cn/uni-app-x/collocation/pagesjson.html
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "uni-app x"
|
||||
"navigationStyle": "custom",
|
||||
"backgroundColor": "#667eea",
|
||||
"enablePullDownRefresh": false,
|
||||
"safeAreaInsets": {
|
||||
"top": true,
|
||||
"bottom": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workcase/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的工单",
|
||||
"navigationBarBackgroundColor": "#667eea",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workcase/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "工单详情",
|
||||
"navigationBarBackgroundColor": "#667eea",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app x",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "泰豪小电",
|
||||
"navigationBarBackgroundColor": "#667eea",
|
||||
"backgroundColor": "#F8F9FA"
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
"uniIdRouter": {
|
||||
"loginPage": "pages/index/index",
|
||||
"needLogin": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user