Browse Source

修改图片链接

dingxin 6 years ago
parent
commit
38b62b8083

+ 2
- 2
VUECODE/smart-property-manage/src/views/social/announcement/add.vue View File

@@ -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="imageUrl" :src="imageUrl" class="avatar">
16 16
           <i v-else class="el-icon-plus avatar-uploader-icon"/>
17 17
         </el-upload>
@@ -25,7 +25,7 @@
25 25
           :on-remove="handleRemove"
26 26
           :on-success="handleSuccessContentImg"
27 27
           name="uploadFiles"
28
-          action="http://localhost:8086/property-api/uploadimage"
28
+          action="http://106.14.20.193:8086/property-api/uploadimage"
29 29
           list-type="picture-card">
30 30
           <i class="el-icon-plus"/>
31 31
         </el-upload>

+ 2
- 2
VUECODE/smart-property-manage/src/views/social/announcement/edit.vue View File

@@ -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>