fix: update cloud service URL retrieval and enhance model synchronization error handling

This commit is contained in:
Junyan Qin
2026-01-01 12:50:26 +08:00
parent 4528000fc4
commit b99c5561fc
3 changed files with 8 additions and 7 deletions

View File

@@ -355,7 +355,7 @@ export default function ModelsDialog({
onClick={(e) => {
e.stopPropagation();
window.open(
`${systemInfo.cloud_service_url}/billing`,
`${systemInfo.cloud_service_url}/profile?tab=billing`,
'_blank',
);
}}