From 99eb82d94843caa48ca38582bca2d7275c59809c Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期五, 07 三月 2025 10:34:01 +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