Browse Source

update 登录

15724580513 5 years ago
parent
commit
49f35c464d
1 changed files with 0 additions and 13 deletions
  1. 0 13
      src/router.js

+ 0 - 13
src/router.js

@@ -10,19 +10,6 @@ import {
 
 Vue.use(Router);
 
-const aRootDisplay = {
-    RYGL: '人员管理',
-    PXGL: '培训管理',
-    KWGL: '考务管理',
-    ZSGL: '证书管理',
-    LXGL: '练习管理',
-    ZYGL: '资源管理',
-    SJTJ: '数据统计',
-    GGGL: '公告管理',
-    XTSZ: '系统设置',
-    FWGL: '服务管理',
-};
-
 const router = new Router({
                               mode:   'history',
                               base:   process.env.BASE_URL,