From 84eba7db079dec7ecfb4119ba6773fdcbf7a13c7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 05 Dec 2022 15:42:23 +0800
Subject: [PATCH] 1
---
src/api/panorama/index.js | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/api/panorama/index.js b/src/api/panorama/index.js
index 868a618..658663f 100644
--- a/src/api/panorama/index.js
+++ b/src/api/panorama/index.js
@@ -1,3 +1,13 @@
+/*
+ * @Author: shuishen 1109946754@qq.com
+ * @Date: 2022-11-30 15:18:29
+ * @LastEditors: shuishen 1109946754@qq.com
+ * @LastEditTime: 2022-12-05 15:23:15
+ * @FilePath: \srs-police-affairs\src\api\panorama\index.js
+ * @Description:
+ *
+ * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved.
+ */
import request from "@/router/axios.js"
/**
@@ -5,9 +15,10 @@
* @param {*} params
* @returns
*/
-export const getPanoramaList = () => {
+export const getPanoramaList = (requestBaseUrl = 'outside') => {
return request({
url: '/panorama/panorama/all',
+ requestBaseUrl,
method: 'get',
})
}
--
Gitblit v1.9.3