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;