bug: the latest database table, modify the associated deletion method of menu and authority

This commit is contained in:
QM303176530
2020-04-06 13:42:41 +08:00
parent 1e4daaba4e
commit 79254bd64c
13 changed files with 143 additions and 110 deletions

View File

@@ -11,7 +11,7 @@ import service from '@/utils/request'
export const UpdateCasbin = (data) => {
return service({
url: "/casbin/UpdateCasbin",
url: "/casbin/updateCasbin",
method: 'post',
data
})