From 19606d5b3551d26bee379fa0dc57eea627e37b98 Mon Sep 17 00:00:00 2001
From: gjj <Ganjj@probim.com.cn>
Date: Tue, 25 Feb 2025 17:55:28 +0800
Subject: [PATCH] 全景图切换

---
 src/api/home.js |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/api/home.js b/src/api/home.js
index 989a263..8a01474 100644
--- a/src/api/home.js
+++ b/src/api/home.js
@@ -2,7 +2,7 @@
  * @Author: gjj Ganjj@probim.com.cn
  * @Date: 2025-02-18 16:45:49
  * @LastEditors: gjj Ganjj@probim.com.cn
- * @LastEditTime: 2025-02-24 17:48:55
+ * @LastEditTime: 2025-02-25 16:16:42
  * @FilePath: \北京交通大学\src\api\home.js
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
@@ -28,4 +28,14 @@
             params: data
         });
     },
+    GetProjectPanoramaList: (data) => {
+        return http.get("/api/Panorama/PanoramaFile/GetProjectPanoramaList", {
+            params: data
+        });
+    },
+    GetScenesByPbGuid: (data) => {
+        return http.get("/api/Panorama/PanoramaFile/GetScenesByPbGuid", {
+            params: data
+        });
+    }
 };
\ No newline at end of file

--
Gitblit v1.9.3