浏览代码

change siteurl->joburl

bruce 5 年之前
父节点
当前提交
302e6f5a56
共有 1 个文件被更改,包括 3 次插入3 次删除
  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: {