gaoluyang
2 小时以前 cb9cd49627b65a4c0e137e08063271a8cefe1826
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';
/**
 * 动态生成路由 - 前端方式