From 7bd85d5a6d9b2586387cbcff1cdcadfc6c1c95a6 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 19 Feb 2024 17:32:08 +0800
Subject: [PATCH] 更新

---
 common/common.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/common/common.js b/common/common.js
index a3b6d85..0ad6457 100644
--- a/common/common.js
+++ b/common/common.js
@@ -29,6 +29,15 @@
 	}
 }
 
+/**
+ * 
+ *  显示完整路径
+ */
+export const setFullUrl = (str) => {
+	return `${minioBaseUrl}${str}`
+}
+
+
 
 export const showTips = (text, icon) => {
 	uni.showToast({

--
Gitblit v1.9.3