lex 1 년 전
부모
커밋
550fa686c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/student/music-group/layout/login.tsx

+ 1 - 1
src/student/music-group/layout/login.tsx

@@ -118,7 +118,7 @@ export default defineComponent({
     //   const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${urlNow}&response_type=code&scope=${scope}&state=STATE&connect_redirect=1#wechat_redirect`
     //   window.location.replace(url)
     // },
-    directNext() {
+    async directNext() {
       if (state.user.status === 'login' || state.user.status === 'error') {
         const { returnUrl, isRegister, ...rest } = this.$route.query