| src/api/space/space.js | ●●●●● patch | view | raw | blame | history |
src/api/space/space.js
@@ -2,7 +2,7 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2025-01-04 20:09:53 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2025-01-04 20:11:47 * @LastEditTime: 2025-02-12 18:44:23 * @FilePath: \bigScreen\src\api\space\space.js * @Description: * @@ -43,4 +43,13 @@ method: 'post', data, }) } export const spatialAnalysisPoint = (params) => { const url = `/yw/emergencySpace/spatialAnalysisPoint` return request({ url, method: 'get', params, }) }