feat: draw card

This commit is contained in:
zzc
2026-01-19 18:05:36 +08:00
parent 693d9673b4
commit bff9a07ed4
11 changed files with 799 additions and 12 deletions

View File

@@ -76,7 +76,7 @@
if (response.code === 200) {
this.fileUrl = `https://file.lihailezzc.com/${response.data.key}`
this.$message.success('上传成功!')
// this.$emit('input', this.fileUrl)
this.$emit('input', this.fileUrl)
this.$emit('upload-success', this.fileUrl)
} else {
this.$message.error('上传失败,请重试!')