2023-03-21 10:52:37 +08:00
|
|
|
|
{
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
{
|
2023-03-21 17:56:02 +08:00
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
2023-03-21 10:52:37 +08:00
|
|
|
|
}
|
2023-03-21 17:56:02 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/home/home",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2023-03-22 14:32:30 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/management/inscanerror",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2023-03-22 16:18:48 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/management/outscanerror",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2023-03-21 10:52:37 +08:00
|
|
|
|
}
|
|
|
|
|
|
],
|
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
|
},
|
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
|
}
|