Compare commits

..

No commits in common. "1e0ee79fb993c1c31a070b7c4513975464bd72cb" and "07f352c820e6f89a65c0784872a4e3255f7b4d1c" have entirely different histories.

View File

@ -81,11 +81,7 @@ export const APP_LINK_GROUP_LIST = [
{
name: '常见问题',
path: '/pages/public/faq'
},
{
name: '积分商城',
path: '/pages/public/faq'
}
}
]
},
{
@ -110,16 +106,6 @@ export const APP_LINK_GROUP_LIST = [
name: '秒杀商品详情',
path: '/pages/goods/seckill',
type: APP_LINK_TYPE_ENUM.PRODUCT_DETAIL_SECKILL
},
{
name: '促销列表',
path: '/pages/goods/sales',
type: APP_LINK_TYPE_ENUM.PRODUCT_DETAIL_SECKILL
},
{
name: '门店管理',
path: '/pages/user/goods_details_store/index',
type: APP_LINK_TYPE_ENUM.PRODUCT_DETAIL_SECKILL
}
]
},
@ -195,10 +181,6 @@ export const APP_LINK_GROUP_LIST = [
{
name: '充值记录',
path: '/pages/pay/recharge-log'
},
{
name: '核销记录',
path: '/pages/pay/recharge-log'
}
]
},
@ -240,14 +222,6 @@ export const APP_LINK_GROUP_LIST = [
{
name: '用户积分',
path: '/pages/user/wallet/score'
},
{
name: '联系客服',
path: '/pages/chat/index'
},
{
name: '会员中心',
path: '/pages/user/user_vip/index'
}
]
}