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