5 Star 1 Fork 0

勾芒/wujieShop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 5.69 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/mallModule/index/index/index",
"pages/mallModule/index/selectStore/selectStore",
"pages/mallModule/community/community/community",
"pages/mallModule/community/addComment/addComment",
"pages/mallModule/community/comment/comment",
"pages/mallModule/community/homePage/homePage",
"pages/mallModule/community/information/information",
"pages/mallModule/community/fans/fans",
"pages/mallModule/community/follow/follow",
"pages/mallModule/community/activity/activity",
"pages/mallModule/community/addGoods/addGoods",
"pages/mallModule/community/search/search",
"pages/mallModule/community/articleDetails/articleDetails",
"pages/mallModule/community/collection/collection",
"pages/mallModule/distribution/myDistribution/myDistribution",
"pages/mallModule/distribution/rankingList/rankingList",
"pages/mallModule/distribution/profit/profit",
"pages/mallModule/distribution/teamList/teamList",
"pages/mallModule/member/my/my",
"pages/mallModule/member/memberInfo/memberInfo",
"pages/mallModule/member/system/system",
"pages/mallModule/member/address/addressList/addressList",
"pages/mallModule/member/address/addAddress/addAddress",
"pages/mallModule/member/redPacket/redPacket",
"pages/mallModule/member/bindMobile/bindMobile",
"pages/mallModule/invite/invite",
"pages/mallModule/order/order/order",
"pages/mallModule/order/orderDetails/orderDetails",
"pages/mallModule/order/logisticsInfo/logisticsInfo",
"pages/mallModule/order/evaluate/evaluate",
"pages/mallModule/order/perfectOrder/perfectOrder",
"pages/mallModule/order/addRemarks/addRemarks",
"pages/mallModule/order/refund/refund",
"pages/mallModule/order/refundDetails/refundDetails",
"pages/mallModule/order/orderTrajectory/orderTrajectory",
"pages/mallModule/goods/category/category",
"pages/mallModule/goods/search/search",
"pages/mallModule/goods/goodsDetail/goodsDetail",
"pages/mallModule/goods/shopcart/shopcart",
"pages/mallModule/pay/pay/pay",
"pages/mallModule/pay/payMethod/payMethod",
"pages/mallModule/pay/payment/payment",
"pages/mallModule/coupon/myCoupon/myCoupon",
"pages/mallModule/coupon/couponHistory/couponHistory",
"pages/mallModule/coupon/couponDetails/couponDetails",
"pages/mallModule/coupon/choiceCoupon/choiceCoupon",
"pages/mallModule/coupon/couponCenter/couponCenter",
"pages/mallModule/myCard/recharge/recharge",
"pages/mallModule/myCard/balance/balance",
"pages/mallModule/myCard/memberCard/memberCard",
"pages/mallModule/myCard/resetPassword/resetPassword",
"pages/mallModule/fightGroup/fightGroup/fightGroup",
"pages/mallModule/fightGroup/groupPurchase/groupPurchase",
"pages/mallModule/fightGroup/teamList/teamList",
"pages/mallModule/activity/newmbrActivity/newmbrActivity",
"pages/mallModule/activity/advanceSell/advanceSell",
"pages/mallModule/activity/seckill/seckill",
"pages/mallModule/advertising/advertising",
"pages/mallModule/score/score/score",
"pages/mallModule/score/scoreMall/scoreMall",
"pages/mallModule/score/scoreOrder/scoreOrder",
"pages/memberModule/index/index",
"pages/memberModule/giftCard/giftCard/giftCard",
"pages/memberModule/giftCard/giftCardBuy/giftCardBuy",
"pages/memberModule/giftCard/buyHistory/buyHistory",
"pages/memberModule/giftCard/useNeedKnow/useNeedKnow",
"pages/memberModule/giftCard/storeList/storeList",
"pages/memberModule/giftCard/giftCardDetails/giftCardDetails",
"pages/memberModule/giftCard/cardBuyResult/cardBuyResult",
"pages/memberModule/giftCard/giftCardPayQR/giftCardPayQR",
"pages/memberModule/giftCard/giveState/giveState",
"pages/memberModule/giftCard/giftCardPaysuccess/giftCardPaysuccess",
"pages/memberModule/balance/storedValue/storedValue",
"pages/memberModule/balance/balancePay/balancePay",
"pages/memberModule/balance/balancePayList/balancePayList",
"pages/memberModule/balance/changeBalancePass/changeBalancePass",
"pages/memberModule/score/score",
"pages/memberModule/myCard/myCard",
"pages/memberModule/bindMobile/bindMobile",
"pages/memberModule/selectStore/selectStore",
"pages/game/game",
"pages/luckDraw/luckDraw"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "无界门店",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#8B8B8C",
"selectedColor": "#003B01",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/mallModule/index/index/index",
"iconPath": "image/tabbar_home.png",
"selectedIconPath": "image/tabbar_home_active.png",
"text": "首页"
},
{
"pagePath": "pages/mallModule/goods/category/category",
"iconPath": "image/tabbar_category.png",
"selectedIconPath": "image/tabbar_category_active.png",
"text": "分类"
},
{
"pagePath": "pages/mallModule/community/community/community",
"iconPath": "image/tabbar_community.png",
"selectedIconPath": "image/tabbar_community_active.png",
"text": ""
},
{
"pagePath": "pages/mallModule/goods/shopcart/shopcart",
"iconPath": "image/tabbar_shopcart.png",
"selectedIconPath": "image/tabbar_shopcart_active.png",
"text": "购物袋"
},
{
"pagePath": "pages/mallModule/member/my/my",
"iconPath": "image/tabbar_my.png",
"selectedIconPath": "image/tabbar_my_active.png",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 20000,
"connectSocket": 20000,
"uploadFile": 20000,
"downloadFile": 20000
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/gomore/wujieShop.git
git@gitee.com:gomore/wujieShop.git
gomore
wujieShop
wujieShop
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385