63 lines
1.3 KiB
JSON
63 lines
1.3 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"
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
],
|
|||
|
|
"globalStyle": {
|
|||
|
|
// "pageOrientation": "landscape",
|
|||
|
|
"navigationBarTextStyle": "white",
|
|||
|
|
"navigationBarTitleText": "uni-app",
|
|||
|
|
"navigationBarBackgroundColor": "#d7592f",
|
|||
|
|
"backgroundColor": "#ffffff"
|
|||
|
|
},
|
|||
|
|
"uniIdRouter": {}
|
|||
|
|
}
|