拷贝上电科项目

This commit is contained in:
2024-08-19 15:45:30 +08:00
commit 2464d7e435
126 changed files with 20594 additions and 0 deletions

102
pages.json Normal file
View File

@@ -0,0 +1,102 @@
{
"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/manage/empty-tray-out",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/empty-tray-in",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/group-in-storage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/mater-out-storage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/produce-cut",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/point-update",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/fixed-point-task",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/task-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/out-storage-confirm",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}