Browse Source

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

csx 4 years ago
parent
commit
5c12c4f3af
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/sign/signIn.vue

+ 2 - 2
src/xt_pages/sign/signIn.vue View File

@@ -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
     }