瀏覽代碼

添加日志

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() {
     getLanXinCode() {
-      console.log("getLanXinCode--code-");
       lx.biz
       lx.biz
         .getAuthCode({
         .getAuthCode({
           appId: process.env.VUE_APP_LANXIN_APPID
           appId: process.env.VUE_APP_LANXIN_APPID
         })
         })
         .then(res => {
         .then(res => {
+          console.log("getLanXinCode--code-" + JSON.stringify(res));
           let authCode = res.authCode;
           let authCode = res.authCode;
           this.getLanXinUserInfo(authCode);
           this.getLanXinUserInfo(authCode);
         });
         });