fix:大屏修改
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: SunTao 328867980@qq.com
|
||||
* @Date: 2024-10-24 15:03:28
|
||||
* @LastEditors: SunTao 328867980@qq.com
|
||||
* @LastEditTime: 2024-11-15 14:57:02
|
||||
* @LastEditTime: 2024-11-15 16:13:41
|
||||
* @FilePath: \znxjxt-ui\src\api\xj\screen\index.js
|
||||
* @Description: 大屏首页接口
|
||||
*/
|
||||
@@ -37,17 +37,18 @@ export function mapPointList(query) {
|
||||
// 获取地图绘制线段数据接口
|
||||
export function mapPciList(query) {
|
||||
return request({
|
||||
url: "/bigscreen/mapPci",
|
||||
url: "/bigscreen/v2/mapPci",
|
||||
method: "get",
|
||||
params: query,
|
||||
});
|
||||
}
|
||||
|
||||
// 获取图片背景下地图坐标信息
|
||||
export function comppanyImg() {
|
||||
export function comppanyImg(params) {
|
||||
return request({
|
||||
url: "/bigscreen/getCompanyInfo",
|
||||
url: "/bigscreen/v2/getCompanyInfo",
|
||||
method: "get",
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user