1 Star 1 Fork 0

高贵的VIP会员/Retirement-Uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.10 KB
一键复制 编辑 原始数据 按行查看 历史
高贵的VIP会员 提交于 2024-05-14 08:32 . 提交
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录页面",
"navigationBarBackgroundColor": "#578BBA",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "社区养老系统",
"navigationBarBackgroundColor": "#578BBA",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/activity/activityJoin",
"style": {
"navigationBarTitleText": "我的活动",
"navigationBarBackgroundColor": "#578BBA",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/serve/serveJoin",
"style": {
"navigationBarTitleText": "我的预约",
"navigationBarBackgroundColor": "#578BBA",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/person/person",
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#578BBA",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/serve/serve",
"style": {
"navigationBarTitleText": "服务列表",
"navigationBarBackgroundColor": "#578BBA",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/activity/activityList",
"style": {
"navigationBarTitleText": "活动列表",
"navigationBarBackgroundColor": "#578BBA",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/activity/activityDetail",
"style": {
"navigationBarTitleText": "活动详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#eee"
}
},
{
"path": "pages/activity/activityContent",
"style": {
"navigationBarTitleText": "活动信息",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#eee"
}
}
],
"subPackages": [{
"root": "pages_two",
"pages": [
{
"path": "nursingHome/nursingHome",
"style": {
"navigationBarTitleText": "养老地图",
"enablePullDownRefresh": false
}
},
{
"path": "nursingHome/nursingDetails",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#578BBA"
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {
"loginPage": "pages/login/login",
"needLogin": [
"pages/activity/.*"
]
},
"tabBar": {
"color": "#333",
"selectedColor": "#015ff9",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "./static/首页 (2).png",
"selectedIconPath": "./static/首页 (3).png",
"text": "首页"
},
{
"pagePath": "pages/person/person",
"iconPath": "./static/个人中心.png",
"selectedIconPath": "./static/个人中心 (1).png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoleiaaa/retirement-uniapp-r.git
git@gitee.com:xiaoleiaaa/retirement-uniapp-r.git
xiaoleiaaa
retirement-uniapp-r
Retirement-Uniapp
master

搜索帮助