소스 검색

fix export projectYear

scorpio 2 년 전
부모
커밋
543a993330
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/page/login.vue

+ 1 - 1
src/page/login.vue

@@ -349,7 +349,7 @@ export default {
         if (res.code === 200) {
           this.sessionId = res.data
           this.qrCodeText =
-            'https://dev.wutongresearch.club/login?id=' + this.sessionId
+            'https://prod.wutongshucloud.com/login?id=' + this.sessionId
         }
       })
     },