4 Star 0 Fork 0

庄珍妮/zhongyuan-applet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
庄珍妮 提交于 2022-06-25 16:27 . fix: 删除旧页面
{
"easycom": {
"^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue",
"^my-(.*)": "@/components/my-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {
"custom": true,
"enablePullDownRefresh": false
}
}, {
"path": "pages/detail/helpDetail/helpDetail",
"style": {
"custom": true,
"enablePullDownRefresh": false
}
}, {
"path": "pages/detail/mutualAidDetail/mutualAidDetail",
"style": {
"custom": true,
"enablePullDownRefresh": false
}
},
{
"path": "pages/personal/personalCenter",
"style": {
"custom": true,
"enablePullDownRefresh": false
}
}, {
"path": "pages/volunteer/volunteer",
"style": {
"custom": true,
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/mark/mark",
"style": {
"custom": true,
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/release/helpRelease/helpRelease",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/release/expertRelease/expertRelease",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/personal/personalInfo/personalInfo",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/personal/setting/setting",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/personal/expert/expert",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/correspondent/correspondent",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "乡村帮邦",
"navigationStyle": "custom",
"backgroundColor": "#c9ddf3"
},
"tabBar": {
"color": "white",
"selectedColor": "white",
"list": [{
"pagePath": "pages/home/home",
"text": ""
}, {
"pagePath": "pages/mark/mark",
"text": ""
}, {
"pagePath": "pages/volunteer/volunteer",
"text": ""
}, {
"pagePath": "pages/personal/personalCenter",
"text": ""
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jenny-zhuang/zhongyuan-applet.git
git@gitee.com:jenny-zhuang/zhongyuan-applet.git
jenny-zhuang
zhongyuan-applet
zhongyuan-applet
master

搜索帮助