Files
hht-hl-three-uni/pages.json
2024-03-04 09:48:43 +08:00

115 lines
3.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
},
{
"path" : "pages/modules/SemifinishedInStore",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/modules/SemifinishedMaterSearch",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path" : "pages/modules/SemifinishedOutStore",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/modules/EmptyOutStore",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/SequenceTable",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
,{
"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"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",//导航栏标题颜色及状态栏前景颜色,仅支持 black/white
"navigationBarTitleText": "海亮三线LMS系统",//导航栏标题文字内容
"navigationBarBackgroundColor": "#ff6a00",//导航栏背景颜色(同状态栏背景色)
"backgroundColor": "#ffffff",//下拉显示出来的窗口的背景色
"onReachBottomDistance": 50//页面上拉触底事件触发时距页面底部距离单位只支持px
},
"uniIdRouter": {}
}