Explorar el Código

电视墙提示修改

彭宇 hace 2 años
padre
commit
cd65de5881
Se han modificado 2 ficheros con 0 adiciones y 33 borrados
  1. 0 22
      src/components/TVWall.vue
  2. 0 11
      src/components/TVWalls.vue

+ 0 - 22
src/components/TVWall.vue

@@ -306,17 +306,6 @@ export default {
         } else {
           console.log('连接失败,下载客户端')
           this.alertReinstall()
-          this.isShowTipe && this.$modal.confirm({
-            title: '下载客户端',
-            content: '检测到您未安装部分插件,将影响部分功能使用,请下载后使用?',
-            onOk: () => {
-              //这里写下载方法
-              this.isShowTipe = false
-            },
-            onCancel: () => {
-              this.isShowTipe = false
-            }
-          });
         }
       })
       getDahuaVideoServer().then(newResponse => {
@@ -427,17 +416,6 @@ export default {
         } else {
           console.log('连接失败,下载客户端')
           this.alertReinstall()
-          this.isShowTipe && this.$modal.confirm({
-            title: '下载客户端',
-            content: '检测到您未安装部分插件,将影响部分功能使用,请下载后使用?',
-            onOk: () => {
-              //这里写下载方法
-              this.isShowTipe = false
-            },
-            onCancel: () => {
-              this.isShowTipe = false
-            }
-          });
         }
       })
       this.preview()

+ 0 - 11
src/components/TVWalls.vue

@@ -302,17 +302,6 @@ export default {
         } else {
           console.log('连接失败,下载客户端')
           this.alertReinstall()
-          this.isShowTipe && this.$modal.confirm({
-            title: '下载客户端',
-            content: '检测到您未安装部分插件,将影响部分功能使用,请下载后使用?',
-            onOk: () => {
-              //这里写下载方法
-              this.isShowTipe = false
-            },
-            onCancel: () => {
-              this.isShowTipe = false
-            }
-          });
         }
       })
       this.preview()