Explorar o código

change siteurl->joburl

bruce %!s(int64=5) %!d(string=hai) anos
pai
achega
302e6f5a56
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      components/job/download.vue

+ 3 - 3
components/job/download.vue

@@ -36,9 +36,9 @@
     computed: {},
     computed: {},
     mounted() {
     mounted() {
       if (!this.mobile) {
       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: {
     methods: {