Merge pull request #548 from neo-6/NeoSunDevelop

[修复阿里云OSS图片上传路径不一致错误]
This commit is contained in:
奇淼(piexlmax
2021-07-10 11:06:10 +08:00
committed by GitHub
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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>