Explorar el Código

change siteurl->joburl

bruce hace 5 años
padre
commit
302e6f5a56
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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: {