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