瀏覽代碼

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
         }
       })
     },