NGTools/pages-config/pages-all.json

50 lines
1.0 KiB
JSON
Raw Normal View History

/* /// 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",
"style": {
2025-11-23 14:30:00 +00:00
"navigationBarTitleText": "主页"
}
2025-11-23 14:30:00 +00:00
},
{
"path": "pages/cal/cal",
"style": {
2025-11-23 14:30:00 +00:00
"navigationBarTitleText": "计算"
}
},
{
2025-11-23 14:30:00 +00:00
"path": "pages/info/info",
"style": {
2025-11-23 14:30:00 +00:00
"navigationBarTitleText": "资料"
}
},
{
2025-11-23 14:30:00 +00:00
"path": "pages/ucenter/ucenter",
"style": {
2025-11-23 14:30:00 +00:00
"navigationBarTitleText": "我的"
}
}
// #ifdef APP-PLUS
2025-11-23 14:30:00 +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
]
}