修复已知bug
This commit is contained in:
@@ -259,3 +259,13 @@ export const checkAppUpdate = (data) => {
|
||||
export const postUpdateLog = (data) => {
|
||||
return post(`/api/app/updateLog`, data)
|
||||
}
|
||||
|
||||
// ===========巡检记录========
|
||||
// 列表
|
||||
export const getInspectionList = (data) =>{
|
||||
return get('/api/resident/inspection/list',data)
|
||||
}
|
||||
// 详情
|
||||
export const inspectionDetails = (data) =>{
|
||||
return get(`/api/resident/inspection/${data.id}`,data)
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// 服务器地址(与 request.js 保持一致)
|
||||
const baseUrl = 'http://192.168.1.222:8080';
|
||||
const baseUrl = 'https://wuyeapi.ckdzkj.com';
|
||||
|
||||
/**
|
||||
* 图片上传 Hook
|
||||
|
||||
Reference in New Issue
Block a user