WXL
2025-01-08 c7e1537fd898c81831ebd913110c7f9f31c4e807
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
  })