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
Block a user