From d96c224586dec2c9bd8f819be622e8e293225600 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 28 八月 2026 15:19:29 +0800
Subject: [PATCH] fix: MOM 1.偏好设置控制网页标题和登录页展示优化

---
 src/packages/effects/hooks/src/use-design-tokens.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/packages/effects/hooks/src/use-design-tokens.ts b/src/packages/effects/hooks/src/use-design-tokens.ts
index 19b9362..909c1c5 100644
--- a/src/packages/effects/hooks/src/use-design-tokens.ts
+++ b/src/packages/effects/hooks/src/use-design-tokens.ts
@@ -1,7 +1,7 @@
 import { reactive, watch } from 'vue';
 
-import { preferences, usePreferences } from '..\..\..\preferences\src';
-import { convertToRgb, updateCSSVariables } from '..\..\..\utils\src';
+import { preferences, usePreferences } from '../../../preferences/src';
+import { convertToRgb, updateCSSVariables } from '../../../utils/src';
 
 /**
  * 鐢ㄤ簬閫傞厤鍚勪釜妗嗘灦鐨勮璁$郴缁�

--
Gitblit v1.9.3