|
|
@@ -36,9 +36,9 @@
|
|
|
computed: {},
|
|
|
mounted() {
|
|
|
if (!this.mobile) {
|
|
|
- let baseUrl = this.$store.state.domainConfig.siteUrl
|
|
|
- let jumpUrl = `${baseUrl}${location.pathname}`
|
|
|
- this.createCode(jumpUrl)
|
|
|
+ let baseUrl = this.$store.state.domainConfig.jobUrl;
|
|
|
+ let jumpUrl = `${baseUrl}${location.pathname}`;
|
|
|
+ this.createCode(jumpUrl);
|
|
|
}
|
|
|
},
|
|
|
methods: {
|