|
@@ -603,7 +603,7 @@ export default {
|
|
|
if (this.$deviceType.app) {
|
|
if (this.$deviceType.app) {
|
|
|
location.href = `proginn://resume?uid=${uid}&company=1`;
|
|
location.href = `proginn://resume?uid=${uid}&company=1`;
|
|
|
} else {
|
|
} else {
|
|
|
- location.href = `/company/${uid}`;
|
|
|
|
|
|
|
+ location.href = `${this.$store.state.domainConfig.siteUrl}/company/${uid}`;
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
defaultIcon(url) {
|
|
defaultIcon(url) {
|