|
|
@@ -79,7 +79,7 @@
|
|
|
url: {
|
|
|
add: "/company/companyAuthentication/add",
|
|
|
edit: "/company/companyAuthentication/edit",
|
|
|
- imgerver: window._CONFIG['imgDomainURL'],
|
|
|
+ imgerver: window._CONFIG['imgDomainOssURL'],
|
|
|
},
|
|
|
}
|
|
|
},
|
|
|
@@ -87,10 +87,10 @@
|
|
|
},
|
|
|
methods: {
|
|
|
getAvatarView(){
|
|
|
- return this.url.imgerver +"/"+ this.model.licenseFront;
|
|
|
+ return this.url.imgerver + this.model.licenseFront;
|
|
|
},
|
|
|
getAvatarView1(){
|
|
|
- return this.url.imgerver +"/"+ this.model.otherLicense;
|
|
|
+ return this.url.imgerver + this.model.otherLicense;
|
|
|
},
|
|
|
|
|
|
add () {
|