Files
hht-hl-three-uni/pages.json

115 lines
3.0 KiB
JSON
Raw Normal View History

2023-08-29 15:11:11 +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/login/upgrade",
"style": {
"navigationStyle": "custom"
}
},
2023-08-29 16:24:54 +08:00
{
"path" : "pages/modules/SemifinishedInStore",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/modules/SemifinishedMaterSearch",
"style": {
2023-08-30 16:51:53 +08:00
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
2023-08-29 16:24:54 +08:00
}
},
2023-08-29 17:19:26 +08:00
{
"path" : "pages/modules/SemifinishedOutStore",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/modules/EmptyOutStore",
"style": {
"navigationStyle": "custom"
}
2023-08-29 15:11:11 +08:00
}
2024-01-23 15:52:24 +08:00
,{
"path" : "pages/modules/SequenceTable",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
2024-03-04 09:48:43 +08:00
,{
"path" : "pages/modules/VibrationClean/cache-line-call",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/semi-finished-outbound",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/cache-line-check",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/cache-line-mater-manage",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/clean-feeding",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/clean-cutting",
"style": {
"navigationStyle": "custom"
}
}
2023-08-29 15:11:11 +08:00
],
"globalStyle": {
2024-01-16 18:20:39 +08:00
"navigationBarTextStyle": "black",//导航栏标题颜色及状态栏前景颜色,仅支持 black/white
"navigationBarTitleText": "海亮三线LMS系统",//导航栏标题文字内容
"navigationBarBackgroundColor": "#ff6a00",//导航栏背景颜色(同状态栏背景色)
"backgroundColor": "#ffffff",//下拉显示出来的窗口的背景色
"onReachBottomDistance": 50//页面上拉触底事件触发时距页面底部距离单位只支持px
2023-08-29 15:11:11 +08:00
},
"uniIdRouter": {}
}