linwe
2023-12-15 87032f4c2c0f3fcc63455e4b7b03c1f5ee06a0b9
src/api/system/role.js
@@ -87,3 +87,11 @@
    }
  })
}
export const getRoleList = (params) => {
  return request({
      url: '/api/blade-system/role/getRoleList',
      method: 'get',
      params: params
  })
}