mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
docs: OpenAPI request URL (#4071)
This commit is contained in:
parent
180c115f17
commit
d5ef8f3a34
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue