数据字典
diff --git a/leave-school-vue/src/mock/menulist.js b/leave-school-vue/src/mock/menulist.js
index 55292e5..63c1ca7 100644
--- a/leave-school-vue/src/mock/menulist.js
+++ b/leave-school-vue/src/mock/menulist.js
@@ -21,6 +21,12 @@
     meta: { title: '数据字典管理', icon: 'dictionary' },
     children: [
       {
+        path: 'datadictionary',
+        code: 'datadictionary',
+        resource: '/views/systemmanagement/datadictionary/index',
+        meta: { title: '数据字典管理', icon: 'datadictionary' }
+      },
+      {
         path: 'department',
         code: 'Department',
         resource: '/views/systemmanagement/department/index',