智慧园区前端大屏
shuishen
2024-12-02 553614ce8f6f6b7a2cfbe1572cd7edf597dbb9aa
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,
    });
};