2025-02-18 17:11:31 +08:00
|
|
|
|
{
|
|
|
|
|
"pages": [
|
|
|
|
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
// "orientation": "landscape" // 设置为横屏
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
|
|
|
|
|
2025-02-20 17:21:36 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
"style": {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
// "orientation": "landscape" // 设置为横屏
|
2025-02-20 17:21:36 +08:00
|
|
|
|
}
|
2025-02-19 17:33:12 +08:00
|
|
|
|
|
2025-02-20 17:21:36 +08:00
|
|
|
|
}
|
|
|
|
|
|
2025-02-18 17:11:31 +08:00
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app x",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
},
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
}
|