Files
hht-ximenzi-uni/pages.json

111 lines
3.3 KiB
JSON
Raw Normal View History

2024-08-19 15:45:30 +08:00
{
"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-back",
2024-08-19 15:45:30 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
2024-08-22 13:34:51 +08:00
"path" : "pages/manage/mater-in-storage",
2024-08-19 15:45:30 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/area-lock",
2024-08-19 15:45:30 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/fill-tray",
2024-08-19 15:45:30 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
2024-08-22 13:34:51 +08:00
,{
"path" : "pages/manage/empty-material-racks-back",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/material-transfer",
"style" :
{
"navigationStyle": "custom"
}
}
2024-09-01 16:21:54 +08:00
,{
"path" : "pages/manage/modify-process",
"style" :
{
"navigationStyle": "custom"
}
}
2024-09-13 16:11:36 +08:00
,{
"path" : "pages/manage/route-lock",
"style" :
{
"navigationStyle": "custom"
}
}
2024-09-23 17:09:16 +08:00
,{
"path" : "pages/manage/call-mater",
"style" :
{
"navigationStyle": "custom"
}
}
2025-04-27 13:23:39 +08:00
,{
"path" : "pages/manage/fill-empty",
"style" :
{
"navigationStyle": "custom"
}
}
2024-08-19 15:45:30 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}