wang_xy 2 rokov pred
rodič
commit
92d975b2bc
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      src/components/TVWall.vue
  2. 1 1
      src/views/monitor.vue

+ 1 - 1
src/components/TVWall.vue

@@ -346,7 +346,7 @@ export default {
                 // userName: 'system',
                 // userPwd: 'Admin@123',
                 token: '',
-                https: 0
+                https: 1
               })
               this.ws.on('loginState', (res) => {
                 this.isLogin = res

+ 1 - 1
src/views/monitor.vue

@@ -625,7 +625,7 @@ export default {
                 userName: newResponse.userName,
                 userPwd: newResponse.userPwd,
                 token: '',
-                https: 0
+                https: 1
               })
               this.ws.on('loginState', (res) => {
                 this.isLogin = res