From 0ce68379718b7c751b8a84aa4b28cbaf072e6c8f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 24 六月 2026 18:05:53 +0800
Subject: [PATCH] 开发文档及规范

---
 src/packages/utils/src/helpers/find-menu-by-path.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/packages/utils/src/helpers/find-menu-by-path.ts b/src/packages/utils/src/helpers/find-menu-by-path.ts
index 5d7d55f..230ffde 100644
--- a/src/packages/utils/src/helpers/find-menu-by-path.ts
+++ b/src/packages/utils/src/helpers/find-menu-by-path.ts
@@ -1,4 +1,4 @@
-import type { MenuRecordRaw } from '..\..\..\@core\base\typings\src';
+import type { MenuRecordRaw } from '../../../@core/base/typings/src';
 
 function findMenuByPath(
   list: MenuRecordRaw[],

--
Gitblit v1.9.3