gaoluyang
2026-06-29 27cd042df9aca0383a49f3514bc21958dd890912
src/packages/utils/src/helpers/generate-routes-frontend.ts
@@ -1,6 +1,6 @@
import type { RouteRecordRaw } from 'vue-router';
import { filterTree, mapTree } from '..\..\..\@core\base\shared\src\utils';
import { filterTree, mapTree } from '../../../@core/base/shared/src/utils';
/**
 * 动态生成路由 - 前端方式