Merge pull request '17、后台选择页面添加新增按钮页面路径' (#27) from Branch_csl into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #27
This commit is contained in:
root 2024-09-29 18:38:04 +08:00
commit 1e0ee79fb9

View File

@ -81,7 +81,11 @@ export const APP_LINK_GROUP_LIST = [
{
name: '常见问题',
path: '/pages/public/faq'
}
},
{
name: '积分商城',
path: '/pages/public/faq'
}
]
},
{
@ -106,6 +110,16 @@ 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
}
]
},
@ -181,6 +195,10 @@ export const APP_LINK_GROUP_LIST = [
{
name: '充值记录',
path: '/pages/pay/recharge-log'
},
{
name: '核销记录',
path: '/pages/pay/recharge-log'
}
]
},
@ -222,6 +240,14 @@ export const APP_LINK_GROUP_LIST = [
{
name: '用户积分',
path: '/pages/user/wallet/score'
},
{
name: '联系客服',
path: '/pages/chat/index'
},
{
name: '会员中心',
path: '/pages/user/user_vip/index'
}
]
}