From 7aad54147cc029acc0e0f7ba3ab3fb5e8c859412 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 30 Sep 2025 17:12:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/dpApi/home.js | 2 +- src/api/dpApi/video.js | 2 +- src/api/dpApi/zzzh.js | 2 +- src/api/instructCenter.js | 2 +- src/api/service.js | 2 +- src/api/service/grade.js | 2 +- src/api/solrSearcher.js | 2 +- src/api/sys.js | 2 +- src/api/sysDict.js | 2 +- src/api/user-manage.js | 2 +- src/api/xfll.js | 2 +- src/api/ysCenter.js | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/api/dpApi/home.js b/src/api/dpApi/home.js index 5e29821..82a38d1 100644 --- a/src/api/dpApi/home.js +++ b/src/api/dpApi/home.js @@ -1,7 +1,7 @@ //工作情况 import request from "@/utils/request"; ///mosty-api -const api = "/mosty-api"; +const api = "/bagl/mosty-api"; // 在岗警力 | 街面力量 export function getZgjlData(params = {}) { return request({ diff --git a/src/api/dpApi/video.js b/src/api/dpApi/video.js index 9200413..0f2b8e0 100644 --- a/src/api/dpApi/video.js +++ b/src/api/dpApi/video.js @@ -1,7 +1,7 @@ //视频 import request from "@/utils/request"; ///mosty-api -const api = "/mosty-api"; +const api = "/bagl/mosty-api"; // 获取周边视频 不分页 export function getZbVideoList(data = {}) { return request({ diff --git a/src/api/dpApi/zzzh.js b/src/api/dpApi/zzzh.js index 5af2bee..37877d7 100644 --- a/src/api/dpApi/zzzh.js +++ b/src/api/dpApi/zzzh.js @@ -1,7 +1,7 @@ //作战指挥 import request from "@/utils/request"; ///mosty-api -const api = "/mosty-api"; +const api = "/bagl/mosty-api"; // 获取参与警力数据统计 export function getSelectOnCop(data = {}) { return request({ diff --git a/src/api/instructCenter.js b/src/api/instructCenter.js index e46a3c5..0f9cd97 100644 --- a/src/api/instructCenter.js +++ b/src/api/instructCenter.js @@ -1,5 +1,5 @@ import request from "@/utils/request"; -const api = "/mosty-api/mosty-jmxf"; +const api = "/bagl/mosty-api/mosty-jmxf"; // 大屏预警统计 export const getYjCount = (data) => { diff --git a/src/api/service.js b/src/api/service.js index a8e615e..a57216e 100644 --- a/src/api/service.js +++ b/src/api/service.js @@ -1,6 +1,6 @@ import request from "@/utils/request"; const api = "/mosty-api/mosty-jmxf"; -const apibase = "/mosty-api/mosty-jmxf"; +const apibase = "/bagl/mosty-api/mosty-jmxf"; export const http = { diff --git a/src/api/service/grade.js b/src/api/service/grade.js index d708251..99c2b13 100644 --- a/src/api/service/grade.js +++ b/src/api/service/grade.js @@ -1,6 +1,6 @@ //勤务等级 import request from "@/utils/request"; -const api = "/mosty-api/mosty-jmxf"; +const api = "/bagl/mosty-api/mosty-jmxf"; // 分页查询 export function getqwdj(params) { return request({ diff --git a/src/api/solrSearcher.js b/src/api/solrSearcher.js index 494c595..ac4dc5d 100644 --- a/src/api/solrSearcher.js +++ b/src/api/solrSearcher.js @@ -2,7 +2,7 @@ import request from "@/utils/request"; // import { getCookie } from "@/utils/cookie"; import { getItem } from "@/utils/storage"; const api = "/solrSearcher"; -const api2 = "/mosty-api/mosty-gsxt"; +const api2 = "/bagl/mosty-api/mosty-gsxt"; /** * 获取标准地址 * @param {*} params diff --git a/src/api/sys.js b/src/api/sys.js index 47ab1ef..0c3f622 100644 --- a/src/api/sys.js +++ b/src/api/sys.js @@ -1,5 +1,5 @@ import request from "@/utils/request"; -const api = "/mosty-base"; +const api = "/bagl/mosty-base"; /* * 登录 * return promise 实例对象 diff --git a/src/api/sysDict.js b/src/api/sysDict.js index 8f025cd..62b1d61 100644 --- a/src/api/sysDict.js +++ b/src/api/sysDict.js @@ -1,5 +1,5 @@ import request from "@/utils/request"; -const api = "/bagl/mosty-base"; +const api = "/bagl/bagl/mosty-base"; /* * 登录 * return promise 实例对象 diff --git a/src/api/user-manage.js b/src/api/user-manage.js index 8e549ea..d2684fc 100644 --- a/src/api/user-manage.js +++ b/src/api/user-manage.js @@ -1,5 +1,5 @@ import request from "@/utils/request"; -const api = "/mosty-base"; +const api = "/bagl/mosty-base"; /* * 登录 * return promise 实例对象 diff --git a/src/api/xfll.js b/src/api/xfll.js index 209b21a..7ae4b40 100644 --- a/src/api/xfll.js +++ b/src/api/xfll.js @@ -1,5 +1,5 @@ import request from "@/utils/request"; -const api = "/mosty-api/mosty-jmxf"; +const api = "/bagl/mosty-api/mosty-jmxf"; /** * 获取民警|辅警列表 * @param {*} params diff --git a/src/api/ysCenter.js b/src/api/ysCenter.js index 7d8ee8b..74e60b6 100644 --- a/src/api/ysCenter.js +++ b/src/api/ysCenter.js @@ -1,5 +1,5 @@ import request from "@/utils/request"; -const api = "/mosty-api/mosty-jmxf"; +const api = "/bagl/mosty-api/mosty-jmxf"; /** * 要数列表