From b62daf4aaca5fcb8eea7bfd4149dbb92b10f50de Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 04 六月 2025 11:40:06 +0800
Subject: [PATCH] 我的活动,活动,用户管理页面,

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

diff --git a/api/common.js b/api/common.js
index ad25f22..0117fad 100644
--- a/api/common.js
+++ b/api/common.js
@@ -35,6 +35,15 @@
   });
 }
 
+export function getPreviewUrl(params){
+	return http.request({
+	  url: `${api.common}/lmk/file/preview`,
+	  method: Method.POST,
+	  data:params
+	});
+}
+
+
 /**
  * 鏂囦欢涓婁紶鍦板潃
  * @type {string}

--
Gitblit v1.8.0