智慧园区前端大屏
shuishen
2024-11-26 684829c9eb7cb87e76716e809e43df43a8f67cb0
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,
    });
};