2 Star 18 Fork 8

buhe/qf-uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"enablePullDownRefresh": true
}
}, {
"path": "pages/404/404",
"style": {
"navigationBarTitleText": "页面未找到",
"enablePullDownRefresh": false
}
}, {
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/finder/finder",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "subpages",
"pages": [{
"path": "news/news",
"style": {
"navigationBarTitleText": "新闻中心",
"enablePullDownRefresh": false
}
} ,{
"path" : "chat/chat",
"style" :
{
"navigationBarTitleText": "知心姐姐聊天",
"enablePullDownRefresh": false
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar-icons/wx.png",
"selectedIconPath": "static/tabbar-icons/wx_s.png",
"text": "微信"
}, {
"pagePath": "pages/list/list",
"iconPath": "static/tabbar-icons/list.png",
"selectedIconPath": "static/tabbar-icons/list_s.png",
"text": "通讯录"
}, {
"pagePath": "pages/finder/finder",
"iconPath": "static/tabbar-icons/find.png",
"selectedIconPath": "static/tabbar-icons/find_s.png",
"text": "发现"
}, {
"pagePath": "pages/me/me",
"iconPath": "static/tabbar-icons/me.png",
"selectedIconPath": "static/tabbar-icons/me_s.png",
"text": "我"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/buhehpc/qf-uni-app.git
git@gitee.com:buhehpc/qf-uni-app.git
buhehpc
qf-uni-app
qf-uni-app
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385