From 447af08b0fc2fe0050d361746b2449e3d376ee5b Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 08 三月 2023 16:08:47 +0800
Subject: [PATCH] 1.流转标签新增60*40尺寸

---
 src/api/xtsz.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/xtsz.js b/src/api/xtsz.js
index 3e7278b..576e87c 100644
--- a/src/api/xtsz.js
+++ b/src/api/xtsz.js
@@ -86,7 +86,7 @@
   return request({
     url: 'SystemSetting/SystemSopSava',
     method: 'post',
-    params: data
+    data
   })
 }
 

--
Gitblit v1.9.3