|
@@ -35,7 +35,7 @@
|
|
<el-upload
|
|
<el-upload
|
|
class="upload-demo"
|
|
class="upload-demo"
|
|
ref="upload1"
|
|
ref="upload1"
|
|
- action="http://localhost:8014/api/v1/rms/rmscarrier/uploadCarrier1"
|
|
|
|
|
|
+ action="http://172.16.33.166:8060/api/v1/rms/rmscarrier/uploadCarrier1"
|
|
:before-upload="beforeUpload"
|
|
:before-upload="beforeUpload"
|
|
:multiple="false"
|
|
:multiple="false"
|
|
list-type="picture"
|
|
list-type="picture"
|
|
@@ -58,7 +58,7 @@
|
|
<el-upload
|
|
<el-upload
|
|
class="upload-demo"
|
|
class="upload-demo"
|
|
ref="upload2"
|
|
ref="upload2"
|
|
- action="http://localhost:8014/api/v1/rms/rmscarrier/uploadCarrier1"
|
|
|
|
|
|
+ action="http://172.16.33.166:8060/api/v1/rms/rmscarrier/uploadCarrier1"
|
|
:before-upload="beforeUpload"
|
|
:before-upload="beforeUpload"
|
|
:multiple="false"
|
|
:multiple="false"
|
|
list-type="picture"
|
|
list-type="picture"
|
|
@@ -81,7 +81,7 @@
|
|
<el-upload
|
|
<el-upload
|
|
class="upload-demo"
|
|
class="upload-demo"
|
|
ref="upload3"
|
|
ref="upload3"
|
|
- action="http://localhost:8014/api/v1/rms/rmscarrier/uploadCarrier1"
|
|
|
|
|
|
+ action="http://172.16.33.166:8060/api/v1/rms/rmscarrier/uploadCarrier1"
|
|
:before-upload="beforeUpload"
|
|
:before-upload="beforeUpload"
|
|
:multiple="false"
|
|
:multiple="false"
|
|
list-type="picture"
|
|
list-type="picture"
|
|
@@ -196,15 +196,15 @@ export default {
|
|
if (this.num == 1) {
|
|
if (this.num == 1) {
|
|
this.shippingCertificate = null;
|
|
this.shippingCertificate = null;
|
|
this.imageUrl1 = null;
|
|
this.imageUrl1 = null;
|
|
- this.$message.error("上传失败");
|
|
|
|
|
|
+ // this.$message.error("上传失败");
|
|
} else if (this.num == 2) {
|
|
} else if (this.num == 2) {
|
|
this.businessLicense = null;
|
|
this.businessLicense = null;
|
|
this.imageUrl2 = null;
|
|
this.imageUrl2 = null;
|
|
- this.$message.error("上传失败");
|
|
|
|
|
|
+ // this.$message.error("上传失败");
|
|
} else if (this.num == 3) {
|
|
} else if (this.num == 3) {
|
|
this.businessLicense1 = null;
|
|
this.businessLicense1 = null;
|
|
this.imageUrl3 = null;
|
|
this.imageUrl3 = null;
|
|
- this.$message.error("上传失败");
|
|
|
|
|
|
+ // this.$message.error("上传失败");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|