From 1c1af9b0fc10778ae5ac13cc68fd4030affbcfe1 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 09 九月 2026 10:59:53 +0800
Subject: [PATCH] feat(wm): 新增SN码管理和设备入库功能
---
src/packages/preferences/src/index.ts | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/packages/preferences/src/index.ts b/src/packages/preferences/src/index.ts
index 56af053..344333a 100644
--- a/src/packages/preferences/src/index.ts
+++ b/src/packages/preferences/src/index.ts
@@ -2,8 +2,8 @@
CustomPreferencesRecord,
Preferences,
PreferencesExtension,
-} from '..\..\@core\preferences\src';
-import type { DeepPartial } from '..\..\@core\base\typings\src';
+} from '../../@core/preferences/src';
+import type { DeepPartial } from '../../@core/base/typings/src';
/**
* 濡傛灉浣犳兂鎵�鏈夌殑app閮戒娇鐢ㄧ浉鍚岀殑榛樿鍋忓ソ璁剧疆锛屼綘鍙互鍦ㄨ繖閲屽畾涔�
@@ -24,4 +24,4 @@
export { defineOverridesPreferences, definePreferencesExtension };
-export * from '..\..\@core\preferences\src';
+export * from '../../@core/preferences/src';
--
Gitblit v1.9.3