Files
hht-longdianningxin-uni/pages.json

151 lines
4.4 KiB
JSON
Raw Normal View History

2024-09-03 15:15:03 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/login/login",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/login/setup",
2024-09-03 15:15:03 +08:00
"style": {
"navigationStyle": "custom"
}
2024-09-03 15:15:03 +08:00
}
,{
"path" : "pages/home/home",
2024-09-03 15:15:03 +08:00
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/roll-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/call-sampling",
"style" :
{
"navigationStyle": "custom"
}
2024-09-03 15:15:03 +08:00
}
,{
"path" : "pages/manage/waste-foil-move",
2024-09-03 15:15:03 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/tube-core-storage",
2024-09-03 15:15:03 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/tube-core-out",
"style" :
{
"navigationStyle": "custom"
}
}
2024-09-03 15:15:03 +08:00
,{
"path" : "pages/manage/axis-bind",
2024-09-03 15:15:03 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
2024-09-05 13:09:39 +08:00
"path" : "pages/manage/weight-bind",
2024-09-03 15:15:03 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/pack-storage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/split-feed",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/split-cut",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/sub-vol-bind",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/raw-foil-progess",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/bake-process",
2024-09-03 15:15:03 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
2024-09-13 15:31:19 +08:00
,{
"path" : "pages/manage/axis-application",
"style" :
{
"navigationStyle": "custom"
}
}
2024-09-13 15:41:45 +08:00
,{
"path" : "pages/manage/sub-vol-offline",
"style" :
{
"navigationStyle": "custom"
}
}
2024-09-03 15:15:03 +08:00
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}