|
@@ -11,7 +11,7 @@
|
11
|
11
|
:before-upload="beforeAvatarUpload"
|
12
|
12
|
class="avatar-uploader"
|
13
|
13
|
name="uploadFiles"
|
14
|
|
- action="http://localhost:8086/property-api/uploadimage">
|
|
14
|
+ action="http://106.14.20.193:8086/property-api/uploadimage">
|
15
|
15
|
<img v-if="Urlimage" :src="Urlimage" class="avatar">
|
16
|
16
|
<i v-else class="el-icon-plus avatar-uploader-icon"/>
|
17
|
17
|
</el-upload>
|
|
@@ -26,7 +26,7 @@
|
26
|
26
|
:on-success="handleSuccessContentImg"
|
27
|
27
|
:file-list="contentImgList"
|
28
|
28
|
name="uploadFiles"
|
29
|
|
- action="http://localhost:8086/property-api/uploadimage"
|
|
29
|
+ action="http://106.14.20.193:8086/property-api/uploadimage"
|
30
|
30
|
list-type="picture-card">
|
31
|
31
|
<i class="el-icon-plus"/>
|
32
|
32
|
</el-upload>
|