소스 검색

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 4 년 전
부모
커밋
5c12c4f3af
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/xt_pages/sign/signIn.vue

+ 2 - 2
src/xt_pages/sign/signIn.vue 파일 보기

@@ -232,7 +232,7 @@ export default {
232 232
                     this.websocketSend(obj)
233 233
                     setTimeout(() => { 
234 234
                        this.queueInfo = {} 
235
-                    }, 10000);
235
+                    }, 60000);
236 236
                     
237 237
                 }else if(res.channel == 'queue/queuelist'){
238 238
                     console.log(11111111111,res.data)
@@ -317,7 +317,7 @@ export default {
317 317
         border-radius: 15px;
318 318
     }
319 319
     .signInMainLeft100{
320
-        width:99%;
320
+        width:100%;
321 321
         height: 980px;
322 322
         border-radius: 15px;
323 323
     }