[修复阿里云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