fix::调整地图api,设置线段打点层级修改

This commit is contained in:
2024-11-07 09:30:17 +08:00
parent 2e7e66f13a
commit 1d9f6d2b72
4 changed files with 72 additions and 150 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com
* @Date: 2024-10-24 15:03:28
* @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-10-31 15:36:37
* @LastEditTime: 2024-11-06 13:25:37
* @FilePath: \znxjxt-ui\src\api\xj\screen\index.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
@@ -29,7 +29,7 @@ export function mapPointList(query) {
// 获取地图绘制线段数据接口
export function mapPciList(query) {
return request({
url: "/bigscreen/roadPci",
url: "/bigscreen/mapPci",
method: "get",
params: query,
});