fix: 1044410

This commit is contained in:
wxg0103 2024-07-24 11:39:39 +08:00
parent edab63e76e
commit 967c1af87f

View File

@ -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)