From 03f6ec85477c8c4c4223dc7da7bc0932523f9fde Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Sun, 29 Sep 2024 15:27:17 +0800 Subject: [PATCH] =?UTF-8?q?17=E3=80=81=E5=90=8E=E5=8F=B0=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=A2=9E=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=A1=B5=E9=9D=A2=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/AppLinkInput/data.ts | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/yudao-admin-vue3/src/components/AppLinkInput/data.ts b/yudao-admin-vue3/src/components/AppLinkInput/data.ts index 1916e08..6f1747b 100644 --- a/yudao-admin-vue3/src/components/AppLinkInput/data.ts +++ b/yudao-admin-vue3/src/components/AppLinkInput/data.ts @@ -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' } ] } -- 2.45.2