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 | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 6ce6062..5dc2771 100644 --- a/main.js +++ b/main.js @@ -10,7 +10,8 @@ showTips, getIndex, formattingUrls, - setLabelColor + setLabelColor, + setFullUrl } from '@/common/common.js' Vue.config.productionTip = false; @@ -42,7 +43,7 @@ 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