修改冀北现场反馈问题

This commit is contained in:
GGJ
2025-01-02 15:51:14 +08:00
parent b81cbf2e5e
commit 7d90b6bfcc
21 changed files with 856 additions and 1021 deletions

View File

@@ -29,4 +29,17 @@ export function getTheme() {
method: 'get'
})
}
export function addVersion(data:any) {
return createAxios({
url: '/cs-system-boot/appVersion/add',
method: 'post',
data
})
}
export function getLastData(data:any) {
return createAxios({
url: '/cs-system-boot/appVersion/getLastData',
method: 'post',
params:data
})
}