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