From 75d99a1160ca9bc5e13590b769b7b8f793b698ff Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 26 一月 2026 13:21:12 +0800
Subject: [PATCH] 库存管理和采购管理增加删除

---
 src/layout/components/Settings/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
index 8232e76..0c3d72c 100644
--- a/src/layout/components/Settings/index.vue
+++ b/src/layout/components/Settings/index.vue
@@ -108,7 +108,7 @@
 }
 
 function themeChange(val) {
-  settingsStore.theme = val
+  settingsStore.theme = '165DFF'
   handleThemeStyle(val)
 }
 

--
Gitblit v1.9.3