Ver código fonte

change siteurl->joburl

bruce 5 anos atrás
pai
commit
302e6f5a56
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      components/job/download.vue

+ 3 - 3
components/job/download.vue

@@ -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: {