From e6b2d108f49e2dc1d3c825704cb19e5557607420 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 06 八月 2025 10:11:35 +0800
Subject: [PATCH] PDA问题修复
---
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