修改现场反馈问题

This commit is contained in:
GGJ
2025-01-03 16:11:31 +08:00
parent 3094ac94c0
commit 439a129589
14 changed files with 92 additions and 39 deletions

View File

@@ -15,7 +15,7 @@ export const dicDelete = (id: string) => {
export function dicAdd(data: any) {
return createAxios({
url: '/system-boot/dictTree//add',
url: '/system-boot/dictTree/add',
method: 'post',
data: data
})
@@ -23,8 +23,8 @@ export function dicAdd(data: any) {
export function dicUpdate(data: any) {
return createAxios({
url: '/system-boot/dictTree//update',
url: '/system-boot/dictTree/update',
method: 'put',
data: data
})
}
}