17、后台选择页面添加新增按钮页面路径

This commit is contained in:
77 2024-09-29 15:27:17 +08:00
parent 2f145ec315
commit 03f6ec8547

View File

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