From 4142b96426da5346f5e2143a54775dbe5b154d2c Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期三, 20 十二月 2023 15:05:46 +0800 Subject: [PATCH] 修改终止任务功能 --- CanadaMes-ui/src/main.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CanadaMes-ui/src/main.js b/CanadaMes-ui/src/main.js index dfacd3c..a6bc365 100644 --- a/CanadaMes-ui/src/main.js +++ b/CanadaMes-ui/src/main.js @@ -10,14 +10,14 @@ import VueI18n from 'vue-i18n' import zhCN from './lang/locales/zh-CN.json' // 涓枃璇█鍖� import enUS from './lang/locales/en-US.json' // 鑻辨枃璇█鍖� -import websocketPlugin from './api/websocketPlugin'; // 寮曞叆鎻掍欢鏂囦欢 +//import websocketPlugin from './api/websocketPlugin'; // 寮曞叆鎻掍欢鏂囦欢 // import store from './store' // import store from './store' Vue.use(VueI18n) -Vue.use(websocketPlugin, { - ip: 'localhost', // 鏇挎崲鎴愪綘鐨� WebSocket 鏈嶅姟鍣� IP 鍦板潃 -}); +// Vue.use(websocketPlugin, { +// ip: 'localhost', // 鏇挎崲鎴愪綘鐨� WebSocket 鏈嶅姟鍣� IP 鍦板潃 +// }); const i18n = new VueI18n({ locale: 'en-US', -- Gitblit v1.8.0