From 9b47c9bed54972f0dff5796a0fdb9dcbe363a9a2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 06 三月 2025 13:32:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

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

diff --git a/src/main.js b/src/main.js
index 7f0fd18..49208a3 100644
--- a/src/main.js
+++ b/src/main.js
@@ -26,6 +26,7 @@
   selectDictLabels,
   handleTree,
 } from "@/utils/ruoyi";
+import { dictToValue } from "@/utils/index";
 // 鍒嗛〉缁勪欢
 import Pagination from "@/components/Pagination";
 // 鑷畾涔夎〃鏍煎伐鍏风粍浠�
@@ -59,6 +60,7 @@
 Vue.prototype.selectDictLabels = selectDictLabels;
 Vue.prototype.download = download;
 Vue.prototype.handleTree = handleTree;
+Vue.prototype.dictToValue = dictToValue;
 Vue.prototype.HaveJson = (val) => {
   return JSON.parse(JSON.stringify(val));
 };
@@ -69,6 +71,7 @@
 Vue.prototype.uploadHeader = {
   Authorization: "Bearer " + getToken(),
 };
+
 // 瑙e喅el-radio-group鍗曢�夋鑷韩鐨刡ug
 Vue.directive("removeAriaHidden", {
   bind(el, binding) {

--
Gitblit v1.9.3