From 3bc055f2ee9e813db0f08c5aefc4799be943f77f Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 23 十二月 2024 19:38:57 +0800
Subject: [PATCH] 添加选择机构功能
---
store/index.js | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/store/index.js b/store/index.js
index 7389b1b..fc3306e 100644
--- a/store/index.js
+++ b/store/index.js
@@ -1,15 +1,15 @@
-import Vue from 'vue';
-import Vuex from 'vuex';
-
-//vuex妯″潡寮曞叆
-import Bluetooth from './modules/bluetooth.js'; //瀛樺偍钃濈墮璁惧淇℃伅
-//vue浣跨敤vuex;
-Vue.use(Vuex);
-
-export default new Vuex.Store({
- // 寮�鍚弗鏍兼ā寮�,浠呭紑鍙戞ā寮忎笅鍚敤,鍙戝竷鐜涓嬪彇娑�
- strict: true,
- modules:{
- Bluetooth
- }
+import Vue from 'vue';
+import Vuex from 'vuex';
+
+//vuex妯″潡寮曞叆
+import Bluetooth from './modules/bluetooth.js'; //瀛樺偍钃濈墮璁惧淇℃伅
+//vue浣跨敤vuex;
+Vue.use(Vuex);
+
+export default new Vuex.Store({
+ // 寮�鍚弗鏍兼ā寮�,浠呭紑鍙戞ā寮忎笅鍚敤,鍙戝竷鐜涓嬪彇娑�
+ strict: true,
+ modules:{
+ Bluetooth
+ }
})
\ No newline at end of file
--
Gitblit v1.9.1