智慧园区前端大屏
shuishen
2024-12-03 9eda86f1b33b9d2a95eae89eb7bdb3e99ad745d5
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,
    });
};