docs: OpenAPI request URL (#4071)

v3.2
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
1 changed files with 1 additions and 1 deletions

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)