Skip to content

Commit

Permalink
修改: 适配1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanamizu2002 committed Jul 14, 2024
1 parent 327c7ef commit 89c8ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/upload/UploadResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const props = defineProps({
const downloadUrl = async (key: string) => {
// return `${(await $fetch<Config>('/config.json')).public_url}/download/${key}`
return `//schem load url:${key}`
return `//schemload url:${key}`
}
const handleDownloadClick = async () => {
Expand Down

0 comments on commit 89c8ad7

Please sign in to comment.