docs: OpenAPI request URL (#4071)

This commit is contained in:
shaohuzhang1 2025-09-22 14:12:27 +08:00 committed by GitHub
parent 180c115f17
commit d5ef8f3a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@ const props = defineProps({
})
const emit = defineEmits(['addData'])
const apiUrl = window.location.origin + +`${window.MaxKB.prefix}/api-doc/`
const apiUrl = window.location.origin + `${window.MaxKB.prefix}/api-doc/`
const SettingAPIKeyDialogRef = ref()
const dialogVisible = ref<boolean>(false)
const loading = ref(false)