wang_xy il y a 2 ans
Parent
commit
92d975b2bc
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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