From 0d2024eabd0f07bc4ab3341dddc10464d31938f8 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 21 十二月 2024 18:47:12 +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