From 3c738f4fe2762bba8087e5a22fc0dc06560eab0e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 10:01:17 +0800
Subject: [PATCH] 三色任务与自查任务

---
 main.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/main.js b/main.js
index efbdd37..5dc2771 100644
--- a/main.js
+++ b/main.js
@@ -9,7 +9,9 @@
 	setImageUrl,
 	showTips,
 	getIndex,
-	formattingUrls
+	formattingUrls,
+	setLabelColor,
+	setFullUrl
 } from '@/common/common.js'
 Vue.config.productionTip = false;
 
@@ -40,6 +42,8 @@
 Vue.prototype.$setImageUrl = setImageUrl;
 Vue.prototype.$getIndex = getIndex;
 Vue.prototype.$formattingUrls = formattingUrls;
+Vue.prototype.$setLabelColor = setLabelColor;
+Vue.prototype.$setFullUrl = setFullUrl
 // 公共函数
 import globalFunc from '@/utils/func.js'
 Vue.use(globalFunc, app);

--
Gitblit v1.9.3