93 lines
2.6 KiB
JSON
93 lines
2.6 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/man-paichan",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/wire-board",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/mater-inventory",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/point-manage",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/command-manage",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/task-manage",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/modules/coating-line",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom"
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
// "pageOrientation": "landscape",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "",
|
||
"navigationBarBackgroundColor": "#d7592f",
|
||
"backgroundColor": "#ffffff"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|