加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 2.45 KB
一键复制 编辑 原始数据 按行查看 历史
一个年少的吃瓜群众 提交于 2020-07-14 14:24 . 1
{
"pages": [
"pages/index/index",
"pages/goodsClass/goodsClass",
"pages/groupBuying/groupBuying",
"pages/shoppingBags/shoppingBags",
"pages/goodsDetail/goodsDetail",
"pages/searchGoods/searchGoods",
"pages/submitOrder/submitOrder",
"pages/addressBook/addressBook",
"pages/addressBookEditor/addressBookEditor",
"pages/login/login",
"pages/logout/logout",
"pages/coupon/coupon",
"pages/couponSelect/couponSelect",
"pages/recharge/recharge",
"pages/user/user",
"pages/master/masterPage/masterPage",
"pages/master/goodsClassEditor/goodsClassEditor",
"pages/master/masterBoard/masterBoard",
"pages/master/masterOrder/masterOrder",
"pages/master/offlineCheckstand/offlineCheckstand",
"pages/master/offlineRecharge/offlineRecharge",
"pages/master/goodsClassInfoEditor/goodsClassInfoEditor",
"pages/master/goodsClassGoodsEditor/goodsClassGoodsEditor",
"pages/master/goodsEditor/goodsEditor",
"pages/master/masterCouponSelect/masterCouponSelect",
"pages/groupBuyingGame/groupBuyingGame",
"pages/groupGameRow/groupGameRow",
"pages/groupBuyingGoodsDetail/groupBuyingGoodsDetail",
"pages/groupGamePay/groupGamePay"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "栋慧水果",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "pages/image/index.png",
"selectedIconPath": "pages/image/indexSelected.png"
},
{
"pagePath": "pages/goodsClass/goodsClass",
"text": "分类",
"iconPath": "pages/image/class.png",
"selectedIconPath": "pages/image/classSelected.png"
},
{
"pagePath": "pages/groupBuyingGame/groupBuyingGame",
"text": "拼团",
"iconPath": "pages/image/group.png",
"selectedIconPath": "pages/image/groupSelected.png"
},
{
"pagePath": "pages/shoppingBags/shoppingBags",
"text": "购物袋",
"iconPath": "pages/image/shop.png",
"selectedIconPath": "pages/image/shopSelected.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "pages/image/user.png",
"selectedIconPath": "pages/image/userSelected.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化