From 6a67b7054caa33f2999e8b05538e39ccea55ed07 Mon Sep 17 00:00:00 2001 From: whycwx <1272078254@qq.com> Date: 星期三, 29 九月 2021 09:14:32 +0800 Subject: [PATCH] 修改地图 --- src/assets/js/api.js | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/assets/js/api.js b/src/assets/js/api.js index d7093dc..ea07b1f 100644 --- a/src/assets/js/api.js +++ b/src/assets/js/api.js @@ -132,4 +132,17 @@ url: "/batteryAlarm/monCapacity", params: data }) -} \ No newline at end of file +} + +/** + * 棣栭〉鍦板浘json鏁版嵁閰嶇疆 鏌ヨ鍏宠仈鍦板浘 + * 鍙傛暟锛� json={"id":id} + */ + export const getAllMapOutlineAction = (data) => { + return axios({ + method: "post", + url: "MapOutlineAction!getAll", + data: 'json=' + JSON.stringify(data), + asy:1 + }); +}; \ No newline at end of file -- Gitblit v1.9.1