Commit 9745da72 authored by hangjun83's avatar hangjun83

前端更新

parent 4500e7ae
...@@ -117,7 +117,7 @@ export const deleteMenus = (params) => { ...@@ -117,7 +117,7 @@ export const deleteMenus = (params) => {
} }
// 添加权限 // 添加权限
export const addSubMenus = (params) => { export const addSubMenus = (params) => {
return postRequest('/permission/menu/sub_add', params) return postRequest('/permission/menu/subAdd', params)
} }
// 获取全部权限数据 // 获取全部权限数据
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment