From b93d0f1515eecedbb4c117beaa90a75ad1f932f4 Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Fri, 8 Nov 2024 09:56:18 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=B0=86=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=9C=89=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E5=88=B0?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E9=80=89=E6=8B=A9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/AppLinkInput/data.ts | 65 +++++++++++++------ 1 file changed, 45 insertions(+), 20 deletions(-) diff --git a/yudao-admin-vue3/src/components/AppLinkInput/data.ts b/yudao-admin-vue3/src/components/AppLinkInput/data.ts index e6424a9..1e636f3 100644 --- a/yudao-admin-vue3/src/components/AppLinkInput/data.ts +++ b/yudao-admin-vue3/src/components/AppLinkInput/data.ts @@ -65,11 +65,11 @@ export const APP_LINK_GROUP_LIST = [ name: '商品搜索', path: '/pages/index/search' }, - { - name: '自定义页面', - path: '/pages/index/page', - type: APP_LINK_TYPE_ENUM.DIY_PAGE_DETAIL - }, + // { + // name: '自定义页面', + // path: '/pages/index/page', + // type: APP_LINK_TYPE_ENUM.DIY_PAGE_DETAIL + // }, { name: '客服', path: '/pages/chat/index' @@ -78,13 +78,25 @@ export const APP_LINK_GROUP_LIST = [ name: '系统设置', path: '/pages/public/setting' }, - { - name: '常见问题', - path: '/pages/public/faq' - }, + // { + // name: '常见问题', + // path: '/pages/public/faq' + // }, { name: '积分商城', - path: '/pages/public/faq' + path: '/pages/index/page?id=3' + }, + { + name:'我的积分', + path:'/pages/user/wallet/score' + }, + { + name:'兑换记录', + path:'/pages/activity/point/exchange_list' + }, + { + name:'积分商品列表', + path:'/pages/activity/point/exchange_listall?id=3' } ] }, @@ -111,11 +123,11 @@ export const APP_LINK_GROUP_LIST = [ 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/goods/sales', + // type: APP_LINK_TYPE_ENUM.PRODUCT_DETAIL_SECKILL + // }, { name: '门店管理', path: '/pages/user/goods_details_store/index', @@ -195,11 +207,12 @@ export const APP_LINK_GROUP_LIST = [ { name: '充值记录', path: '/pages/pay/recharge-log' - }, - { - name: '核销记录', - path: '/pages/pay/recharge-log' } + // , + // { + // name: '核销记录', + // path: '/pages/pay/recharge-log' + // } ] }, { @@ -248,7 +261,19 @@ export const APP_LINK_GROUP_LIST = [ { name: '会员中心', path: '/pages/user/user_vip/index' - } + }, + { + name:'付费会员', + path:'/pages/user/user_vip/list' + }, + { + name:'预约中心', + path:'/pages/subscribe/subscribe' + }, + { + name:'预约记录', + path:'pages/reservation_record/reservation_record' + } ] } // ,