From c7bc3eb18e1fda4254ca0195e2133d2ed978de11 Mon Sep 17 00:00:00 2001 From: china <527956374@qq.com> Date: 星期四, 11 五月 2023 17:48:48 +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