#
luxiaotao1123
2024-10-14 3103b1ed7b3a985638a1d88e1ec5cfcf375d44b5
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) {