#
luxiaotao1123
2024-10-14 3103b1ed7b3a985638a1d88e1ec5cfcf375d44b5
#
1个文件已修改
4 ■■■ 已修改文件
zy-acs-flow/src/map/http.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/http.js
@@ -18,9 +18,7 @@
    await request.post('/map/data/fetch', {
        zoneId: zoneId
    }, {
        headers: {
            'Content-Type': 'application/x-www-form-urlencoded'
        }
        headers: { 'Content-Type': 'application/x-www-form-urlencoded' }
    }).then((res) => {
        const { code, msg, data: { common, point } } = res.data;
        if (code === 200) {