From 57b8fc3e60c18ecafeceec0d78bb1a2d0ab3746e Mon Sep 17 00:00:00 2001 From: ywyonui Date: Sun, 10 Aug 2025 22:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5=E5=B0=B1?= =?UTF-8?q?=E9=A4=90=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/base/home/index.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/pages/base/home/index.vue b/src/pages/base/home/index.vue index 64b1432..252b8a0 100644 --- a/src/pages/base/home/index.vue +++ b/src/pages/base/home/index.vue @@ -209,18 +209,30 @@ const menuItems = ref([ path: "/pages/base/xk/jlb", permissionKey: "school-jlb", // 俱乐部权限编码 }, + { + title: "就餐详情", + icon: "/static/base/home/contacts-book-3-line.png", + path: "/pages/base/jc/index", + permissionKey: "school-jcjf", + }, { title: "兴趣课选课", icon: "/static/base/home/file-text-line.png", - path: "/pages/base/gzs/xkXqk", + path: "/pages/base/gzs/xkXqk", permissionKey: "school-xqkxk", // 兴趣课选课权限编码 }, { title: "俱乐部选课", icon: "/static/base/home/contacts-book-3-line.png", - path: "/pages/base/gzs/xkJlb", + path: "/pages/base/gzs/xkJlb", permissionKey: "school-jlbxk", // 俱乐部选课权限编码 }, + { + title: "就餐缴费", + icon: "/static/base/home/contacts-book-3-line.png", + path: "/pages/base/gzs/jc", + permissionKey: "school-jcjf", + }, ]); // 通知公告数据