소스 검색

添加日志

aaa 3 년 전
부모
커밋
320a1267b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

@@ -244,12 +244,12 @@ export default {
     },
     // 获取蓝信免登陆授权吗
     getLanXinCode() {
-      console.log("getLanXinCode--code-");
       lx.biz
         .getAuthCode({
           appId: process.env.VUE_APP_LANXIN_APPID
         })
         .then(res => {
+          console.log("getLanXinCode--code-" + JSON.stringify(res));
           let authCode = res.authCode;
           this.getLanXinUserInfo(authCode);
         });