Browse Source

feat:增加会议室预定的tag

coder 2 years ago
parent
commit
b03b89464a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pages/menuData.js

+ 1 - 0
src/pages/menuData.js

@@ -47,6 +47,7 @@ export const menuList = [
     ],
   },
   {
+    tag: 'hyydgl',
     title: '会议预定管理',
     list: [
       { icon: getAssetsImages('index/hysyd.png'), menuName: '会议室预定', path: '/reserveMeetingRooms' },