From 83efa8f1ebd3ad80dfb5078a10caf9fcc4499dc8 Mon Sep 17 00:00:00 2001
From: shikeying <pxzsky@163.com>
Date: 星期一, 08 五月 2023 14:09:50 +0800
Subject: [PATCH] 题库测试页面,涉及组件树

---
 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