WXL
2024-10-29 f1d0ce11bdb197784b1d3a3f83874250e0b29fa6
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
  })