소스 검색

bug_fix:修改二维码改到"下载云考APP"处了,改成"绑定用户"处

刘洋 2 년 전
부모
커밋
1265eded8d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/MainLayout/MainLayout.vue

+ 2 - 2
src/components/MainLayout/MainLayout.vue

@@ -140,7 +140,7 @@ watch(
                 <n-tab-pane name="app" tab="下载云考APP">
                   <div class="qr-code">
                     <vue-qrcode
-                      :value="qrcodeContent"
+                      :value="appDownloadUrl"
                       :options="{ width: 200 }"
                     ></vue-qrcode>
                   </div>
@@ -148,7 +148,7 @@ watch(
                 <n-tab-pane name="bindUser" tab="绑定用户">
                   <div class="qr-code">
                     <vue-qrcode
-                      :value="bindUserQrcodeUrl"
+                      :value="qrcodeContent"
                       :options="{ width: 200 }"
                     ></vue-qrcode>
                   </div>