mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
8 lines
199 B
TypeScript
8 lines
199 B
TypeScript
import { getCacheRoutes } from '@/utils';
|
|
import { routes } from '../routes';
|
|
|
|
/** 缓存的路由对应vue页面的名称 */
|
|
const cacheRoutes = getCacheRoutes(routes);
|
|
|
|
export default cacheRoutes;
|