From a5b887bad106aed4a175c97846576f020fe83bc7 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期三, 24 一月 2024 13:31:14 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 CanadaMes-ui/src/main.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CanadaMes-ui/src/main.js b/CanadaMes-ui/src/main.js
index 07eff9c..a6bc365 100644
--- a/CanadaMes-ui/src/main.js
+++ b/CanadaMes-ui/src/main.js
@@ -10,10 +10,14 @@
 import VueI18n from 'vue-i18n'
 import zhCN from './lang/locales/zh-CN.json' // 涓枃璇█鍖�
 import enUS from './lang/locales/en-US.json' // 鑻辨枃璇█鍖�
-import store from './store'
+//import websocketPlugin from './api/websocketPlugin';  // 寮曞叆鎻掍欢鏂囦欢
+// import store from './store'
 
 // import store from './store'
 Vue.use(VueI18n)
+// Vue.use(websocketPlugin, {
+//   ip: 'localhost',  // 鏇挎崲鎴愪綘鐨� WebSocket 鏈嶅姟鍣� IP 鍦板潃
+// });
 
 const i18n = new VueI18n({
   locale: 'en-US', 
@@ -37,7 +41,7 @@
 new Vue({
     router,
     i18n,
-    store,
+    // store,
 
     render: h => h(App)
 }).$mount('#app');

--
Gitblit v1.8.0