1 Star 0 Fork 347

wujf/wechat-app-mall

forked from javazj/wechat-app-mall 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 4.65 KB
一键复制 编辑 原始数据 按行查看 历史
javazj 提交于 2021-03-09 09:44 . version 11.0.0
{
"pages": [
"pages/start/start",
"pages/shop/select",
"pages/index/index",
"pages/notice/index",
"pages/notice/show",
"pages/category/category",
"pages/goods/list",
"pages/goods/list-vop",
"pages/goods/fav",
"pages/goods-details/index",
"pages/goods-details/vop",
"pages/shop-cart/index",
"pages/to-pay-order/index",
"pages/select-address/index",
"pages/address-add/index",
"pages/order-list/index",
"pages/order-details/index",
"pages/order-details/scan-result",
"pages/order/refundApply",
"pages/wuliu/index",
"pages/my/index",
"pages/withdraw/index",
"pages/score-excharge/index",
"pages/score-excharge/growth",
"pages/asset/index",
"pages/score/index",
"pages/score/growth",
"pages/sign/index",
"pages/maidan/index",
"pages/fx/apply",
"pages/fx/apply-status",
"pages/fx/members",
"pages/fx/commisionLog",
"pages/coupons/index",
"pages/coupons/merge",
"pages/invoice/list",
"pages/invoice/apply",
"pages/deposit/pay",
"pages/live/index",
"pages/help/detail",
"pages/help/index",
"pages/about/index",
"pages/idCheck/index",
"pages/videoCall/videoCall",
"pages/peisong/detail",
"pages/peisong/orders",
"pages/pwd-pay/reset",
"pages/pwd-pay/modify",
"pages/pwd-pay/set",
"pages/my/feedback",
"pages/search/index",
"pages/my/info",
"pages/my/setting",
"pages/my/info-menu"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black",
"onReachBottomDistance": 50
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#e64340",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/nav/home-off.png",
"selectedIconPath": "images/nav/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "images/nav/fl-off.png",
"selectedIconPath": "images/nav/fl-on.png",
"text": "分类"
},
{
"pagePath": "pages/coupons/index",
"iconPath": "images/nav/coupon-off.png",
"selectedIconPath": "images/nav/coupon-on.png",
"text": "优惠券"
},
{
"pagePath": "pages/shop-cart/index",
"iconPath": "images/nav/cart-off.png",
"selectedIconPath": "images/nav/cart-on.png",
"text": "购物车"
},
{
"pagePath": "pages/my/index",
"iconPath": "images/nav/my-off.png",
"selectedIconPath": "images/nav/my-on.png",
"text": "我的"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "获取离你最近的门店"
}
},
"usingComponents": {
"float-menu": "/components/float-menu/index",
"parser":"/components/parser.20200414.min/parser",
"van-notice-bar": "@vant/weapp/notice-bar/index",
"van-search": "@vant/weapp/search/index",
"van-divider": "@vant/weapp/divider/index",
"van-icon": "@vant/weapp/icon/index",
"van-count-down": "@vant/weapp/count-down/index",
"van-button": "@vant/weapp/button/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-tag": "@vant/weapp/tag/index",
"van-card": "@vant/weapp/card/index",
"van-progress": "@vant/weapp/progress/index",
"van-submit-bar": "@vant/weapp/submit-bar/index",
"van-field": "@vant/weapp/field/index",
"van-radio": "@vant/weapp/radio/index",
"van-radio-group": "@vant/weapp/radio-group/index",
"van-sidebar": "@vant/weapp/sidebar/index",
"van-sidebar-item": "@vant/weapp/sidebar-item/index",
"van-empty": "@vant/weapp/empty/index",
"van-goods-action": "@vant/weapp/goods-action/index",
"van-goods-action-icon": "@vant/weapp/goods-action-icon/index",
"van-goods-action-button": "@vant/weapp/goods-action-button/index",
"van-popup": "@vant/weapp/popup/index",
"van-stepper": "@vant/weapp/stepper/index",
"van-sticky": "@vant/weapp/sticky/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-swipe-cell": "@vant/weapp/swipe-cell/index",
"van-calendar": "@vant/weapp/calendar/index",
"van-switch": "@vant/weapp/switch/index",
"van-rate": "@vant/weapp/rate/index",
"van-uploader": "@vant/weapp/uploader/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-image": "@vant/weapp/image/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index"
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wujf2015/wechat-app-mall.git
git@gitee.com:wujf2015/wechat-app-mall.git
wujf2015
wechat-app-mall
wechat-app-mall
master

搜索帮助