48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/home/home",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/management/order-detail",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/management/task",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/management/call-task",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|