VistarStarDataIntegration/admin.net.pro/App/pages.json

70 lines
1.5 KiB
JSON
Raw Normal View History

2024-09-09 09:23:58 +08:00
{
"easycom": {
"autoscan": true,
// 注意一定要放在custom里否则无效https://ask.dcloud.net.cn/question/131175
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "Admin.NET 开发框架"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/password/password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/about/about",
"style": {
"navigationBarTitleText": "关于我们",
"navigationBarBackgroundColor": "#23212F"
}
},
{
"path": "pages/feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "Admin.NET",
"navigationBarBackgroundColor": "#11559c",
"app-plus": {
"bounce": "none"
}
},
"tabBar": {
"custom": true,
"list": [{
"pagePath": "pages/home/home"
},
{
"pagePath": "pages/mine/mine"
}
]
}
}