新增页面

This commit is contained in:
GGJ
2024-01-16 16:31:11 +08:00
parent 7da7f5d803
commit 29840e6389
9 changed files with 400 additions and 44 deletions

View File

@@ -0,0 +1,10 @@
import createAxios from '@/utils/request'
// 更新问题状态
export function auditFeedBack(data:any) {
return createAxios({
url: '/cs-system-boot/feedback/auditFeedBack',
method: 'post',
params:data
})
}