mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
[修复阿里云OSS图片上传路径不一致错误]
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
:before-upload="beforeImageUpload"
|
||||
:multiple="false"
|
||||
>
|
||||
<img v-if="imageUrl" :src="path + imageUrl" class="image">
|
||||
<img v-if="imageUrl" :src="imageUrl" class="image">
|
||||
<i v-else class="el-icon-plus image-uploader-icon" />
|
||||
</el-upload>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user