xiangpei
2024-03-11 c24815eaabf08ee9a233921e415568d40cf22acf
src/store/modules/router.js
@@ -1,4 +1,4 @@
import { constantRoutes } from '@/router'
import { constantRoutes, deptAdminRouter } from '@/router'
let state = {
  routes: constantRoutes
@@ -11,6 +11,7 @@
}
const actions = {
  changeRoute() {}
}
export default {