mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 1044410
This commit is contained in:
parent
edab63e76e
commit
967c1af87f
|
|
@ -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<boolean>(false)
|
||||
const loading = ref(false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue