WXL
2024-09-27 476569c60192a7ff3b2c291e7eb72f1c2c6b9aaa
src/api/system/role.js
@@ -20,7 +20,7 @@
// 新增角色
export function addRole(data) {
  return request({
    url: '/system/role',
    url: '/system/role/add',
    method: 'post',
    data: data
  })