From d2edd0ae8fb8b6eb5edc1afef838cd2a1e527301 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 09 Feb 2023 15:05:27 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/api/police/index.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/api/police/index.js b/src/api/police/index.js
index e8534ec..8214e1f 100644
--- a/src/api/police/index.js
+++ b/src/api/police/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-11-15 15:10:41
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-01-09 10:14:34
+ * @LastEditTime: 2023-02-09 10:46:18
* @FilePath: \srs-police-affairs\src\api\police\index.js
* @Description:
*
@@ -17,10 +17,10 @@
*/
export const getHistoricalTrack = (params, requestBaseUrl = 'outside') => {
return request({
- // 平台ID在这里更换,不要传了内网使用
- // url: `/position/history/36110000002009999000`,
- // 开发使用
- url: `/position/history/34020000002000000003`,
+ // 内网
+ url: `/position/history/36110000002009999000`,
+ // 外网
+ // url: `/position/history/34020000002000000003`,
method: 'get',
requestBaseUrl,
params: params
--
Gitblit v1.9.3