From db8e416fec0ab844026eb7bc91d9f59a457f4e6e Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 16 Jan 2024 17:41:30 +0800
Subject: [PATCH] 标签事件审核调整,优化
---
main.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/main.js b/main.js
index 8e90928..efbdd37 100644
--- a/main.js
+++ b/main.js
@@ -8,7 +8,8 @@
import {
setImageUrl,
showTips,
- getIndex
+ getIndex,
+ formattingUrls
} from '@/common/common.js'
Vue.config.productionTip = false;
@@ -37,7 +38,8 @@
Vue.prototype.$http = http
Vue.prototype.$showTips = showTips;
Vue.prototype.$setImageUrl = setImageUrl;
-Vue.prototype.$getIndex = getIndex
+Vue.prototype.$getIndex = getIndex;
+Vue.prototype.$formattingUrls = formattingUrls;
// 公共函数
import globalFunc from '@/utils/func.js'
Vue.use(globalFunc, app);
--
Gitblit v1.9.3