소스 검색

feat: openid大小写区分

Damon 9 달 전
부모
커밋
69a5e2e0af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/public/uuid.vue

+ 1 - 1
src/pages/public/uuid.vue

@@ -45,7 +45,7 @@ export default {
         code: this.code,
       }).then((res) => {
         if (res.code === 0) {
-          this.openId = res.data.openId;
+          this.openId = res.data.openid;
         }
       });
     },