WXL
2024-11-01 7611c86d2b45b64112dd4a21cfc283543a46f29d
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
  })