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