Browse Source

学院管理路由名修改

zhangjie 2 years ago
parent
commit
47a396fae6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/base/router.js

+ 1 - 1
src/modules/base/router.js

@@ -105,7 +105,7 @@ export default [
   },
   },
   {
   {
     path: "/base/college-manage",
     path: "/base/college-manage",
-    name: "BasicCollegeManage",
+    name: "CollegeManage",
     component: CollegeManage
     component: CollegeManage
   },
   },
   {
   {