55 lines
1.1 KiB
JSON
55 lines
1.1 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/lines/zp-line",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/lines/hj-line",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/lines/zp-line-dtd",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
// "pageOrientation": "landscape",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#d7592f",
|
||
"backgroundColor": "#ffffff"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|