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"
|
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"
|
2025-03-05 17:29:32 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-03-24 17:37:51 +08:00
|
|
|
|
"path": "pages/timeMatrix/index",
|
2025-03-05 17:29:32 +08:00
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
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-03-24 17:37:51 +08:00
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/somethingmove/index",
|
|
|
|
|
// "style": {
|
|
|
|
|
// "navigationStyle": "custom"
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// }
|
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",
|
2025-03-07 17:26:02 +08:00
|
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
|
|
"bounce": "none" //关闭窗口回弹效果
|
2025-02-18 17:11:31 +08:00
|
|
|
|
},
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
}
|