From f13afcb61276061871b30bce17a7877287df0b67 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 20 Jan 2024 09:56:43 +0800
Subject: [PATCH] 1
---
src/api/panorama/index.js | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/api/panorama/index.js b/src/api/panorama/index.js
index 658663f..b8aff8d 100644
--- a/src/api/panorama/index.js
+++ b/src/api/panorama/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-11-30 15:18:29
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2022-12-05 15:23:15
+ * @LastEditTime: 2023-03-02 10:31:31
* @FilePath: \srs-police-affairs\src\api\panorama\index.js
* @Description:
*
@@ -15,10 +15,9 @@
* @param {*} params
* @returns
*/
-export const getPanoramaList = (requestBaseUrl = 'outside') => {
+export const getPanoramaList = () => {
return request({
- url: '/panorama/panorama/all',
- requestBaseUrl,
+ url: '/api/panorama/panorama/getPanoramaList',
method: 'get',
})
}
--
Gitblit v1.9.3