From 529f48641122af7c0aec185e4283d02e97aa0f89 Mon Sep 17 00:00:00 2001 From: shikeying <pxzsky@163.com> Date: 星期三, 19 四月 2023 14:40:51 +0800 Subject: [PATCH] 增加 websocket --- src/main.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 1cb2625..3939f08 100644 --- a/src/main.js +++ b/src/main.js @@ -38,6 +38,11 @@ // 瀛楀吀鏁版嵁缁勪欢 import DictData from '@/components/RuoYi/DictData' +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` +//~ 骞冲彴鎻愪緵鐨勭粍浠讹紝鏃跺厠鑻憋紝2023-04-17 +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` +// import * as WebConnection from "@/utils/webconnection"; + // 鍏ㄥ眬鏂规硶鎸傝浇 Vue.prototype.getDicts = getDicts Vue.prototype.getConfigKey = getConfigKey @@ -49,6 +54,9 @@ Vue.prototype.download = download Vue.prototype.handleTree = handleTree +// 鏃跺厠鑻憋紝2023-04-17 +// Vue.prototype.webConnection = WebConnection + // 鍏ㄥ眬缁勪欢鎸傝浇 Vue.component('DictTag', DictTag) Vue.component('Pagination', Pagination) -- Gitblit v1.9.1