智慧园区前端大屏
shuishen
2024-12-16 14230ac0316d1e403c54b5a73430bad8ebad00e7
src/api/space/space.js
@@ -1,30 +1,31 @@
import request from 'utils/http'
const { VITE_APP_BASE } = import.meta.env
export const getDetail = (params) => {
    const url = `/yw/emergencySpace/getDetail`;
  const url = `/yw/emergencySpace/getDetail`
    return request({
        url,
        method: 'get',
        params,
    });
};
  })
}
export const getList = (params) => {
    const url = `/yw/emergencySpace/page`;
  const url = `${VITE_APP_BASE}xg/yjkj.json`
    return request({
        url,
        method: 'get',
        params,
    });
};
    localJSON: true
  })
}
export const getGouQu = (params) => {
    const url = `/yw/emergencySpace/page`;
  const url = `/yw/emergencySpace/page`
    return request({
        url,
        method: 'get',
        params,
    });
};
  })
}