智慧园区前端大屏
linwe
2024-12-03 62f01f0b522c29b14edee87269b0d75e83a3d3fc
src/api/space/space.js
@@ -19,4 +19,12 @@
        method: 'get',
        params,
    });
};
export const getGouQu = (params) => {
    const url = `/yw/emergencySpace/page`;
    return request({
        url,
        method: 'get',
        params,
    });
};