diff --git a/ui/src/layout/components/top-bar/avatar/APIKeyDialog.vue b/ui/src/layout/components/top-bar/avatar/APIKeyDialog.vue index c6a828236..8febe0e44 100644 --- a/ui/src/layout/components/top-bar/avatar/APIKeyDialog.vue +++ b/ui/src/layout/components/top-bar/avatar/APIKeyDialog.vue @@ -104,7 +104,7 @@ const props = defineProps({ }) const emit = defineEmits(['addData']) -const apiUrl = window.location.origin + '/doc' +const apiUrl = window.location.origin + '/doc/' const SettingAPIKeyDialogRef = ref() const dialogVisible = ref(false) const loading = ref(false)