过程监督 迁移中

This commit is contained in:
GGJ
2024-03-06 16:14:09 +08:00
parent faec144f58
commit e4745f891f
10 changed files with 144 additions and 2 deletions

View File

@@ -30,3 +30,10 @@ export function analyseWave(params:string) {
method: 'get'
})
}
// // 123
// export function queyDetailUser(params:string) {
// return createAxios({
// url: '/cs-harmonic-boot/event/analyseWave?eventId=' + params,
// method: 'get'
// })
// }