2021-06-22 16:14:04 +08:00
|
|
|
{
|
2021-06-30 15:26:19 +08:00
|
|
|
"pages": [
|
|
|
|
"pages/index/index",
|
2021-07-25 13:11:55 +08:00
|
|
|
"pages/serve/index/index",
|
2021-06-30 15:26:19 +08:00
|
|
|
"pages/mine/index/index",
|
2021-07-14 14:20:54 +08:00
|
|
|
"pages/mine/myCard/myCard",
|
|
|
|
"pages/mine/myCardDetail/myCardDetail",
|
|
|
|
"pages/mine/otherCard/othercarddetail",
|
2021-07-20 15:45:29 +08:00
|
|
|
"pages/mine/setting/columnsetting",
|
2021-07-25 13:11:55 +08:00
|
|
|
"pages/mine/shop/shopedit",
|
|
|
|
"pages/mine/shop/shopauthentication",
|
|
|
|
"pages/mine/shop/shopauthenticationedit",
|
|
|
|
"pages/mine/shop/shopauthenticationdetail",
|
|
|
|
"pages/mine/shop/addshop",
|
|
|
|
"pages/mine/shop/choosetrade",
|
|
|
|
"pages/mine/shop/mineshop",
|
|
|
|
"pages/mine/shop/mineshopdetail",
|
|
|
|
"pages/mine/manage/shopstaff",
|
|
|
|
"pages/mine/manage/shopmember",
|
|
|
|
"pages/mine/manage/shopposition",
|
|
|
|
"pages/mine/manage/addposition",
|
|
|
|
"pages/mine/product/catalogmanage/catalogmanage",
|
|
|
|
"pages/mine/product/catalogmanage/addcatalog",
|
|
|
|
"pages/mine/product/productmanage/addproduct",
|
|
|
|
"pages/mine/product/productmanage/productlist",
|
|
|
|
"pages/mine/product/productmanage/choosecatalog",
|
|
|
|
"pages/mine/product/productmanage/productmanage",
|
|
|
|
"pages/mine/product/productmanage/searchproduct",
|
|
|
|
"pages/mine/order/ordersuccess",
|
|
|
|
"pages/mine/order/orderlist",
|
2021-07-26 15:04:33 +08:00
|
|
|
"pages/mine/order/orderdetail",
|
2021-08-05 10:18:32 +08:00
|
|
|
"pages/mine/columnlist/columnlist",
|
|
|
|
"pages/mine/product/recycle/catagoryrecycle",
|
|
|
|
"pages/mine/product/coupon/addcoupon",
|
|
|
|
"pages/mine/product/recycle/productrecycle",
|
|
|
|
"pages/mine/product/coupon/couponlist",
|
|
|
|
"pages/mine/product/coupon/editcoupon",
|
|
|
|
"pages/mine/product/coupon/choosegoods"
|
2021-06-30 15:26:19 +08:00
|
|
|
],
|
2021-08-06 09:42:15 +08:00
|
|
|
"subPackages": [
|
|
|
|
{
|
|
|
|
"root": "packagecard",
|
|
|
|
"pages": [
|
|
|
|
"cardList/cardList",
|
|
|
|
"cardDetail/cardDetail",
|
|
|
|
"moments/publish/momentpublish",
|
|
|
|
"moments/edit/momentedit",
|
|
|
|
"moments/list/momentslist",
|
|
|
|
"moments/publish/momentpublishline",
|
|
|
|
"sharePage/sharePage",
|
|
|
|
"moments/list/momentsshowlist",
|
|
|
|
"moments/momentsdetail/momentsdetail",
|
|
|
|
"moments/showlist/showlist",
|
|
|
|
"shop/catalog/bannerlist/bannerlist",
|
|
|
|
"shop/catalog/column/column",
|
|
|
|
"shop/catalog/list/list",
|
|
|
|
"shop/shopingcart/cart",
|
|
|
|
"shop/product/product",
|
|
|
|
"shop/bespeak/bespeak",
|
|
|
|
"shop/product/goodsdetail",
|
|
|
|
"shop/product/affirmorder",
|
|
|
|
"shop/catalog/bannerlist/goodscataloglist",
|
|
|
|
"common/corpperimg/cropperimg"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2021-06-30 15:26:19 +08:00
|
|
|
"window": {
|
|
|
|
"backgroundTextStyle": "dark",
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
"navigationBarTitleText": "名片",
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
},
|
|
|
|
"tabBar": {
|
2021-08-05 10:18:32 +08:00
|
|
|
"color": "#000000",
|
|
|
|
"selectedColor": "#000000",
|
2021-06-30 15:26:19 +08:00
|
|
|
"borderStyle": "black",
|
2021-08-06 09:42:15 +08:00
|
|
|
"list": [
|
|
|
|
{
|
2021-06-30 15:26:19 +08:00
|
|
|
"text": "首页",
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
"iconPath": "images/ic_card_normal.png",
|
|
|
|
"selectedIconPath": "images/ic_card_sel.png"
|
2021-07-26 15:04:33 +08:00
|
|
|
},
|
2021-06-30 15:26:19 +08:00
|
|
|
{
|
|
|
|
"text": "我的",
|
|
|
|
"pagePath": "pages/mine/index/index",
|
|
|
|
"iconPath": "images/ic_mine_normal.png",
|
|
|
|
"selectedIconPath": "images/ic_mine_sel.png"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"style": "v2",
|
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
"usingComponents": {
|
|
|
|
"cu-custom": "/components/cuicustom/cu-custom",
|
|
|
|
"customcart": "/components/cartfoot/customcart",
|
|
|
|
"van-tabbar": "/vant/dist/tabbar/index",
|
|
|
|
"van-tabbar-item": "/vant/dist/tabbar-item/index",
|
|
|
|
"van-swipe-cell": "/vant/dist/swipe-cell/index",
|
|
|
|
"van-cell-group": "/vant/dist/cell-group/index",
|
|
|
|
"van-cell": "/vant/dist/cell/index",
|
|
|
|
"van-empty": "/vant/dist/empty/index",
|
|
|
|
"van-action-sheet": "/vant/dist/action-sheet/index",
|
|
|
|
"van-submit-bar": "/vant/dist/submit-bar/index",
|
|
|
|
"van-stepper": "/vant/dist/stepper/index",
|
|
|
|
"van-image": "/vant/dist/image/index",
|
2021-07-20 15:45:29 +08:00
|
|
|
"van-loading": "/vant/dist/loading/index",
|
|
|
|
"van-switch": "/vant/dist/switch/index",
|
|
|
|
"van-tab": "/vant/dist/tab/index",
|
2021-08-05 10:18:32 +08:00
|
|
|
"van-tabs": "/vant/dist/tabs/index",
|
|
|
|
"van-picker": "/vant/dist/picker/index"
|
2021-06-30 15:26:19 +08:00
|
|
|
},
|
|
|
|
"plugins": {
|
|
|
|
"chooseLocation": {
|
|
|
|
"version": "1.0.6",
|
|
|
|
"provider": "wx76a9a06e5b4e693e"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"permission": {
|
|
|
|
"scope.userLocation": {
|
|
|
|
"desc": "你的位置信息将用于小程序定位"
|
|
|
|
}
|
2021-06-22 16:14:04 +08:00
|
|
|
}
|
|
|
|
}
|