This commit is contained in:
2025-05-13 15:23:07 +08:00
commit 6b39159b16
133 changed files with 23569 additions and 0 deletions

108
pages.json Normal file
View File

@@ -0,0 +1,108 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/login/login",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/home/home",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/login/setup",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/login/upgrade",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/cbj-carry",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/press-carry",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/mater-scrap",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/man-sort",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/task-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/inst-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/yzhnml-carry",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/vehicle-unbind",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/group-task",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}