From 002f765b0cc29ce75e6c6a965d2011c27bcc254b Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 25 四月 2026 10:25:13 +0800
Subject: [PATCH] Merge branch 'QD-opo' of http://116.62.18.175:6699/r/~yxh/opo-web into QD-opo

---
 src/main.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 74bada1..4ddfc07 100644
--- a/src/main.js
+++ b/src/main.js
@@ -25,7 +25,7 @@
 import './permission' // permission control
 import { getDicts } from "@/api/system/dict/data";
 import { getConfigKey } from "@/api/system/config";
-import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree } from "@/utils/ruoyi";
+import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels,donatebaseinfoEdit, handleTree } from "@/utils/ruoyi";
 import { formatTime } from "@/utils/index";
 import dataV from '@jiaminghi/data-view';//dataV
 // 鍒嗛〉缁勪欢
@@ -66,6 +66,7 @@
 Vue.prototype.getDicts = getDicts
 Vue.prototype.getConfigKey = getConfigKey
 Vue.prototype.parseTime = parseTime
+Vue.prototype.donatebaseinfoEdit = donatebaseinfoEdit
 Vue.prototype.formatTime = formatTime
 Vue.prototype.resetForm = resetForm
 Vue.prototype.addDateRange = addDateRange

--
Gitblit v1.9.3