代码拉取完成,页面将自动刷新
同步操作将从 lszrooney10/SAAS社交圈子电商小程序 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/index/category",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/index/cart",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
//******************登录模块(3)******************
{
"path": "pages/login/login/login",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/login/register/register",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "注册"
}
},
//******************会员模块(20)******************
{
"path": "pages/member/index/index",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"enablePullDownRefresh": true,
"navigationBarTitleText": "会员中心"
}
},
{
"path": "pages/member/info/info",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/member/info_edit/info_edit",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}
],
"subPackages": [{
//******************营销活动模块(26)******************
"root": "promotionpages",
"pages": [
//----------组合套餐模块(2)----------
{
"path": "combo/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "combo/payment/payment",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------专题活动模块(4)----------
{
"path": "topics/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "topics/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "topics/goods_detail/goods_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "topics/payment/payment",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------秒杀模块(3)----------
{
"path": "seckill/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "seckill/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "seckill/payment/payment",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------拼团模块(5)----------
{
"path": "pintuan/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pintuan/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pintuan/my_spell/my_spell",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pintuan/share/share",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pintuan/payment/payment",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------砍价模块(5)----------
{
"path": "bargain/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "bargain/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "bargain/launch/launch",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "bargain/my_bargain/my_bargain",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "bargain/payment/payment",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------团购模块(3)----------
{
"path": "groupbuy/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "groupbuy/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "groupbuy/payment/payment",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------积分模块(2)----------
{
"path": "point/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "point/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "point/payment/payment",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "point/order_list/order_list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "point/result/result",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------预售模块----------
{
"path": "presale/list/list",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "presale/detail/detail",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "presale/payment/payment",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "presale/order_list/order_list",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path" : "presale/order_detail/order_detail",
"style" : {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "订单详情"
}
},
//--------- 打包一口价 ----------
{
"path": "bale/detail/detail",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "bale/payment/payment",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
}
]
},
{
//******************商品模块(4)******************
"root": "goods",
"pages": [
{
"path": "category/category",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "detail/detail",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "list/list",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
}
]
},
//******************订单模块(12)******************
{
"root": "order",
"pages": [
{
"path": "payment/payment",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "list/list",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "evaluate/evaluate",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "detail/detail",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "detail_local_delivery/detail_local_delivery",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "detail_pickup/detail_pickup",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "detail_virtual/detail_virtual",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "detail_point/detail_point",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "logistics/logistics",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "refund/refund",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "refund_detail/refund_detail",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "activist/activist",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
}
]
},
{
//*****************其他模块(26)******************
"root": "otherpages",
"pages": [{
"path": "web/web",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************微页面******************
{
"path": "diy/diy/diy",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "index/storelist/storelist",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "门店列表"
}
},
{
"path": "index/storedetail/storedetail",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "门店详情",
"disableScroll": true
}
},
//******************会员模块(20)******************
{
"path": "member/modify_face/modify_face",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/account/account",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/account_edit/account_edit",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/apply_withdrawal/apply_withdrawal",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/balance/balance",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/balance_detail/balance_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/collection/collection",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/coupon/coupon",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"disableScroll": true
}
},
{
"path": "member/footprint/footprint",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/level/level",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/card/card",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/card_buy/card_buy",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/card_agreement/card_agreement",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/level/level_growth_rules",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/point/point",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/point_detail/point_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/signin/signin",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
// "navigationBarTitleText": "签到有礼"
}
},
{
"path": "member/withdrawal/withdrawal",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/withdrawal_detail/withdrawal_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/address/address",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/address_edit/address_edit",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/pay_password/pay_password",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/cancellation/cancellation",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/assets/assets",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/cancelstatus/cancelstatus",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/cancelsuccess/cancelsuccess",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/cancelrefuse/cancelrefuse",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************登录模块******************
{
"path": "login/find/find",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": ""
}
},
//******************商品模块******************
{
"path": "goods/coupon/coupon",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "goods/coupon_receive/coupon_receive",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "goods/evaluate/evaluate",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "goods/search/search",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************CMS模块(6)******************
{
"path": "help/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "help/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "notice/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "notice/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************核销模块(4)******************
{
"path": "verification/index/index",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "verification/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "verification/detail/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************会员充值(4)******************
{
"path": "recharge/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "recharge/order_list/order_list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//****************** 分销 ******************
{
"path": "fenxiao/index/index",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/apply/apply",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/order/order",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/relation/relation",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/order_detail/order_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/team/team",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/withdraw_apply/withdraw_apply",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/withdraw_list/withdraw_list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/promote_code/promote_code",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/level/level",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/goods_list/goods_list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/follow/follow",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/bill/bill",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "live/list/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//****************** 分销 ******************
{
"path": "game/cards/cards",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "game/turntable/turntable",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "game/smash_eggs/smash_eggs",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "game/record/record",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//****************** 店铺笔记 ******************
{
"path": "store_notes/note_list/note_list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"disableScroll": true
}
},
{
"path": "store_notes/note_detail/note_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************聊天(4)******************
{
"path": "chat/room/room",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"softinputMode": "adjustResize"
}
},
{
"path": "webview/webview",
"style": {}
},
//******************邀请******************
{
"path": "member/invite_friends/invite_friends",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "storeclose/storeclose/storeclose",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************支付模块(2)******************
{
"path": "pay/index/index",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pay/wx_pay/wx_pay",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pay/result/result",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}
]
},
{
//*****************新模块(1)******************
"root": "newpages",
"pages": [
//*****************社区交友(6)******************
{
"path": "social/index",
"style": {
"disableScroll": true,
"enablePullDownRefresh": true,
"navigationBarTitleText": "果糖社区"
}
},
{
"path": "social/add-plus/add-topic",
"style": {
"disableScroll": true,
"navigationBarTitleText": "发布帖子"
}
},
{
"path": "social/add-plus/add-circle",
"style": {
"disableScroll": true,
"navigationBarTitleText": "发布圈子"
}
},
{
"path": "social/detail",
"style": {
"disableScroll": true,
"navigationBarTitleText": "帖子详情"
}
},
{
"path": "social/found",
"style": {
"disableScroll": true,
"navigationBarTitleText": "发现圈子"
}
},
{
"path": "social/found-list",
"style": {
"disableScroll": true,
"navigationBarTitleText": "圈子"
}
},
{
"path": "social/index-memberinfo",
"style": {
"disableScroll": true,
"navigationBarTitleText": "个人主页"
}
},
{
"path": "social/follow-memberinfo",
"style": {
"disableScroll": true,
"navigationBarTitleText": "个人主页"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F7f7f7",
"backgroundColorTop": "#f7f7f7",
"backgroundColorBottom": "#f7f7f7"
},
"tabBar": {
// #ifdef H5
"custom": true,
// #endif
"color": "#333",
"selectedColor": "#FF0036",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index/index",
"text": "首页"
},
{
"pagePath": "pages/index/index/category",
"text": "分类"
},
{
"pagePath": "pages/index/index/cart",
"text": "购物车"
},
{
"pagePath": "pages/member/index/index",
"text": "个人中心"
}
]
},
"preloadRule": {
"pages/index/index/index": {
"network": "all",
"packages": ["promotionpages", "otherpages","goods"]
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。