Explorar el Código

学院管理路由名修改

zhangjie hace 2 años
padre
commit
47a396fae6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",
-    name: "BasicCollegeManage",
+    name: "CollegeManage",
     component: CollegeManage
   },
   {