gaoluyang
2026-08-07 a3057955f855b8a266c017df00645845e7471410
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';
/**
 * 动态生成路由 - 前端方式