lihaiCenter/pages.json

99 lines
2.6 KiB
JSON
Raw Normal View History

2023-10-08 14:17:20 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
}, {
"path": "pages/center/center",
"style": {
"navigationBarTitleText": "控制台",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人",
"enablePullDownRefresh": false
}
2023-10-11 10:01:28 +08:00
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}, {
"path": "uni_modules/guyue-updater/pages/updater",
"style": {
2023-10-08 14:17:20 +08:00
"app-plus": {
2023-10-11 10:01:28 +08:00
"animationDuration": 200,
"animationType": "fade-in",
"background": "transparent",
"backgroundColorTop": "transparent",
"bounce": "none",
"popGesture": "none",
"scrollIndicator": false,
"titleNView": false
2023-10-08 14:17:20 +08:00
},
"backgroundColor": "transparent",
"disableScroll": true,
"navigationStyle": "custom"
2023-10-11 10:01:28 +08:00
}
}, {
"path": "pages/error/error",
"style": {
"navigationBarTitleText": "错误",
"enablePullDownRefresh": false
}
}, {
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "用户",
"enablePullDownRefresh": false
}
},{
"path": "pages/user/updatePassword",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
2023-10-08 14:17:20 +08:00
}
2023-10-11 10:01:28 +08:00
],
2023-10-08 14:17:20 +08:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "里海中心平台",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#282828",
2023-10-28 11:30:46 +08:00
"selectedColor": "#E93323",
2023-10-08 14:17:20 +08:00
"borderStyle": "white",
"backgroundColor": "#ffffff",
2023-10-11 10:01:28 +08:00
"list": [{
2023-10-08 14:17:20 +08:00
"pagePath": "pages/index/index",
2023-10-28 11:30:46 +08:00
"iconPath": "static/tabbar_icon/a.png",
"selectedIconPath": "static/tabbar_icon/a-a.png",
2023-10-08 14:17:20 +08:00
"text": "首页"
},
{
"pagePath": "pages/center/center",
2023-10-28 11:30:46 +08:00
"iconPath": "static/tabbar_icon/b.png",
"selectedIconPath": "static/tabbar_icon/b-a.png",
2023-10-08 14:17:20 +08:00
"text": "控制台"
},
{
"pagePath": "pages/my/my",
2023-10-28 11:30:46 +08:00
"iconPath": "static/tabbar_icon/e.png",
"selectedIconPath": "static/tabbar_icon/e-a.png",
2023-10-08 14:17:20 +08:00
"text": "个人"
}
]
},
"uniIdRouter": {}
}