refactor(projects): 路由文件夹重构

This commit is contained in:
Soybean
2021-10-21 11:59:55 +08:00
parent b80c224664
commit b2854d57e8
28 changed files with 150 additions and 197 deletions

View File

@ -29,4 +29,11 @@ export {
clearSession
} from './storage';
export { getRouteNameMap, setRouterCacheName, getLoginRedirectUrl } from './router';
export {
ROUTE_NAME_MAP,
setRouterCacheName,
getLoginRedirectUrl,
setSingleRoute,
getCacheRoutes,
transformRouteToMenu
} from './router';