优化代码生成

This commit is contained in:
不做码农
2022-04-27 17:57:47 +08:00
22 changed files with 744 additions and 93 deletions

View File

@@ -63,8 +63,8 @@ export function delMenu(menuId) {
export function changeMenuSort(data) {
return request({
url: '/system/Menu/ChangeSort',
method: 'post',
data: data
method: 'get',
params: data
})
}
@@ -75,4 +75,4 @@ export const getRouters = (query) => {
method: 'get',
params: query
})
}
}