1 Star 0 Fork 93

megmei/微距 uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
乐乐 提交于 2020-06-08 21:47 . 还原底部导航
{
"pages": [
"pages/appeal/appeal",
"pages/my/myProfile/myProfile",
"pages/my/editProfile/editProfile",
"pages/welcome/welcome",
"pages/appealRelease/appealRelease",
"pages/dynamicPage/dynamicPage",
"pages/appealDetails/apealDetails",
"pages/user/user",
"pages/message/message",
"pages/messageDetail/messageDetail"
],
"window": {
"navigationBarBackgroundColor": "#242A37",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color":"#ffffff",
"selectedColor": "#F78361",
"backgroundColor": "#242a37",
"list": [
{
"iconPath": "images/tabbar_icon/zhuye.png",
"selectedIconPath": "images/tabbar_icon/zhuye_active.png",
"pagePath": "pages/appeal/appeal",
"text": "首页"
},
{
"iconPath": "images/tabbar_icon/find.png",
"selectedIconPath": "images/tabbar_icon/find_active.png",
"pagePath": "pages/dynamicPage/dynamicPage",
"text": "动态"
},
{
"iconPath": "images/tabbar_icon/xiaoxi.png",
"selectedIconPath": "images/tabbar_icon/xiaoxi_active.png",
"pagePath": "pages/message/message",
"text": "消息"
},
{
"iconPath": "images/tabbar_icon/wode.png",
"selectedIconPath": "images/tabbar_icon/wode_active.png",
"pagePath": "pages/my/myProfile/myProfile",
"text": "我的"
}
]
},
"usingComponents": {
"custom-header": "./template/customNavHeader/customNavHeader"
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/megmei/weiju-wechat.git
git@gitee.com:megmei/weiju-wechat.git
megmei
weiju-wechat
微距 uni-app
master

搜索帮助