hldy_app/pages.json

62 lines
1.0 KiB
JSON
Raw Normal View History

2025-02-18 17:11:31 +08:00
{
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2025-04-01 17:27:15 +08:00
// 主页
2025-02-18 17:11:31 +08:00
{
"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
},
2025-04-01 17:27:15 +08:00
// 护理
2025-02-20 17:21:36 +08:00
{
2025-04-01 17:27:15 +08:00
"path": "pages/Nursing/index",
"style": {
"navigationStyle": "custom"
}
},
// 仓储
{
"path": "pages/Warehousing/index",
2025-02-20 17:21:36 +08:00
"style": {
2025-02-25 17:23:40 +08:00
"navigationStyle": "custom"
2025-03-05 17:29:32 +08:00
}
},
2025-04-01 17:27:15 +08:00
// 登录
{
"path": "pages/login/login",
"style": {
"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-04-01 17:27:15 +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-04-01 17:27:15 +08:00
2025-03-24 17:37:51 +08:00
// }
2025-04-01 17:27:15 +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": {}
}