From d387848d15a40fb16c8a6eefb007d5f7411c5dbc Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期日, 28 四月 2024 13:32:27 +0800
Subject: [PATCH] fix:修改图片浏览组件

---
 src/api/platform/threshold.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/platform/threshold.js b/src/api/platform/threshold.js
index 89086fa..45d254e 100644
--- a/src/api/platform/threshold.js
+++ b/src/api/platform/threshold.js
@@ -12,7 +12,7 @@
 // 鏌ヨ杩愮淮闃堝�艰缁�
 export function getVideo(id) {
   return request({
-    url: '/threshold/video' + id,
+    url: '/threshold/video/' + id,
     method: 'get'
   })
 }
@@ -20,7 +20,7 @@
 // 鏌ヨ杩愮淮闃堝�艰缁�
 export function getCar(id) {
   return request({
-    url: '/threshold/car' + id,
+    url: '/threshold/car/' + id,
     method: 'get'
   })
 }
@@ -28,7 +28,7 @@
 // 鏌ヨ杩愮淮闃堝�艰缁�
 export function getFace(id) {
   return request({
-    url: '/threshold/face' + id,
+    url: '/threshold/face/' + id,
     method: 'get'
   })
 }

--
Gitblit v1.8.0