Browse Source

二维码

chenjj 3 months ago
parent
commit
1ca5f2c530
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/layout/components/Sidebar/qrCode.vue

+ 1 - 0
src/layout/components/Sidebar/qrCode.vue

@@ -66,6 +66,7 @@ const openDialog = async () => {
         const res = await getInviteQrCode({
             referrerType: areaType.value === '3' ? '2' : '3',//推荐者类型 1用户 2区域公司 3服务中心
             referrerId: userStore.user.userId,//推荐者id(用户id/区域id/服务中心id)
+            page: 'pages/login'
         });
         console.log("TCL: openDialog -> res", res)