lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
9041660dc4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/service/liveroom.js

+ 1 - 1
app/service/liveroom.js

@@ -70,7 +70,7 @@ class LiveroomService extends CrudService {
     if (!room) {
       throw new BusinessError(ErrorCode.DATA_NOT_EXIST, '直播房间不存在');
     }
-    const backUrl = encodeURI(`${this.app.config.baseUrl}${this.config.authUrl}?state=0&redirect_uri=${this.app.config.baseUrl}/student/login?redirect_uri=/user/liveDetail/${roomid}`);
+    const backUrl = encodeURI(`${this.app.config.baseUrl}${this.config.authUrl}?type=0&redirect_uri=${this.app.config.baseUrl}/student/login?redirect_uri=/user/liveDetail/${roomid}`);
     console.log(backUrl);
     let list = [];
     const query = {};