소스 검색

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