From bd89204dcacc9ba0948295a441cd939953b581dd Mon Sep 17 00:00:00 2001
From: lixiangyu <lixiangyu@xalxzn.com>
Date: 星期四, 07 八月 2025 18:05:21 +0800
Subject: [PATCH] style(UserMenu): 调整搜索框文字颜色以适应主题- 将搜索框输入文字颜色设置为白色 - 将搜索框占位符文字颜色设置为白色 - 这些更改解决google浏览器中了无法看到搜索框输入文字

---
 src/store/index.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index c6e17e0..3d15c3c 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -11,6 +11,7 @@
 import Production from './modules/Production'
 //閮ㄩ棬鏍戞潈闄�
 import DepartTree from './modules/DepartTree'
+import factory from './modules/factory'
 
 Vue.use(Vuex)
 
@@ -22,6 +23,7 @@
     enhance,
     online,
     Production,
+    factory,
     DepartTree
   },
   state: {

--
Gitblit v1.9.3