lixuliang
2024-11-22 879a3501a8ab9767a59458ad8c337f6c25e2e7c4
src/router/index.js
@@ -23,12 +23,12 @@
];
const router = new Router({
  mode: "history",
  base: URLconfig.routerBase,
  // base: URLconfig.routerBase,
  routes,
});
router.beforeEach((to, from, next) => {
  next();
})
// router.beforeEach((to, from, next) => {
//   next();
// })
export default router;