修改现场测试问题

This commit is contained in:
GGJ
2025-01-03 12:45:54 +08:00
parent 6a06652532
commit 3094ac94c0
24 changed files with 249 additions and 97 deletions

View File

@@ -4,7 +4,7 @@ export const dicDelete = (id: string) => {
let form = new FormData()
form.append('id', id)
return createAxios({
url: '/system-boot/dictTree//delete',
url: '/system-boot/dictTree/delete',
method: 'DELETE',
headers: {
'Content-Type': 'application/x-www-form-urlencoded'