wang_xy hace 2 años
padre
commit
92d975b2bc
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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