Files
hht-longdianningxin-uni/pages.json

95 lines
2.6 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"
}
}
,{
"path" : "pages/manage/fill-tray",
2024-09-03 15:15:03 +08:00
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/modify-process",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}