xiangpei
2024-03-15 4f39d2d3ee69813f106e06fc8a8d168ecccc941c
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 {