From 0b67fd879ccd4fb6319dc016babd3bb8ea79dff0 Mon Sep 17 00:00:00 2001
From: shikeying <pxzsky@163.com>
Date: 星期二, 25 四月 2023 18:47:35 +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