调整首页就餐跳转

This commit is contained in:
ywyonui 2025-08-10 22:50:50 +08:00
parent 04c6e5a1c9
commit 57b8fc3e60

View File

@ -209,6 +209,12 @@ 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",
@ -221,6 +227,12 @@ const menuItems = ref([
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",
},
]);
//