2024-10-08 00:23:15 +00:00
|
|
|
|
/* /// Pages-Tool: 该文件是pages-tool插件的配置文件,根据pages-config.json的配置,本文件的内容可能合并到pages.json*/
|
|
|
|
|
|
{
|
2025-11-23 14:30:00 +00:00
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/index/index",
|
2024-10-08 00:23:15 +00:00
|
|
|
|
"style": {
|
2025-11-23 14:30:00 +00:00
|
|
|
|
"navigationBarTitleText": "主页"
|
2024-10-08 00:23:15 +00:00
|
|
|
|
}
|
2025-11-23 14:30:00 +00:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/cal/cal",
|
2024-10-08 00:23:15 +00:00
|
|
|
|
"style": {
|
2025-11-23 14:30:00 +00:00
|
|
|
|
"navigationBarTitleText": "计算"
|
2024-10-08 00:23:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-23 14:30:00 +00:00
|
|
|
|
"path": "pages/info/info",
|
2024-10-08 00:23:15 +00:00
|
|
|
|
"style": {
|
2025-11-23 14:30:00 +00:00
|
|
|
|
"navigationBarTitleText": "资料"
|
2024-10-08 00:23:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-11-23 14:30:00 +00:00
|
|
|
|
"path": "pages/ucenter/ucenter",
|
2024-10-08 00:23:15 +00:00
|
|
|
|
"style": {
|
2025-11-23 14:30:00 +00:00
|
|
|
|
"navigationBarTitleText": "我的"
|
2024-10-08 00:23:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// #ifdef APP-PLUS
|
2025-11-23 14:30:00 +00:00
|
|
|
|
,
|
|
|
|
|
|
{
|
2024-10-08 00:23:15 +00:00
|
|
|
|
"path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"disableScroll": true,
|
|
|
|
|
|
"app-plus": {
|
|
|
|
|
|
"backgroundColorTop": "transparent",
|
|
|
|
|
|
"background": "transparent",
|
|
|
|
|
|
"titleNView": false,
|
|
|
|
|
|
"scrollIndicator": false,
|
|
|
|
|
|
"popGesture": "none",
|
|
|
|
|
|
"animationType": "fade-in",
|
|
|
|
|
|
"animationDuration": 200
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
// #endif
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|