40 lines
998 B
JSON
40 lines
998 B
JSON
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://doc.dcloud.net.cn/uni-app-x/collocation/pagesjson.html
|
|
{
|
|
"path": "pages/login-guide/login-guide",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "登录引导",
|
|
"pageOrientation": "landscape",
|
|
"hideStatusBar": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/activate-device/activate-device",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "添加设备",
|
|
"pageOrientation": "landscape",
|
|
"hideStatusBar": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "首页",
|
|
"pageOrientation": "landscape",
|
|
"hideStatusBar": true
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app x",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"pageOrientation": "landscape"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|