Ver Fonte

feat: export router (#53)

在store模块中,可能需要router跳转
hb0730 há 3 anos atrás
pai
commit
86cde31aaa
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -65,7 +65,7 @@ export const addAsyncRoutes = (arrRoutes: Array<RouteComponent>) => {
   return arrRoutes;
 };
 
-const router: Router = createRouter({
+export const router: Router = createRouter({
   history: createWebHashHistory(),
   routes: ascending(constantRoutes).concat(...remainingRouter),
   scrollBehavior(to, from, savedPosition) {