瀏覽代碼

大华插件版本校验下载地址

彭宇 1 年之前
父節點
當前提交
4be601b3cd
共有 2 個文件被更改,包括 9 次插入3 次删除
  1. 6 2
      src/components/TVWall.vue
  2. 3 1
      src/components/TVWalls.vue

+ 6 - 2
src/components/TVWall.vue

@@ -295,7 +295,9 @@ export default {
               type: 'warning'
               type: 'warning'
             }
             }
           ).then(() => {
           ).then(() => {
-            window.open("https://pan.baidu.com/s/1MlWyhFw6pEYiaLvzsje-BA?pwd=3jps");
+            selectConfigKey('video_plugin_url').then(response => {
+              window.open(response.data);
+            })
           }).catch(() => {
           }).catch(() => {
             return
             return
           });
           });
@@ -437,7 +439,9 @@ export default {
               type: 'warning'
               type: 'warning'
             }
             }
           ).then(() => {
           ).then(() => {
-            window.open("https://pan.baidu.com/s/1MlWyhFw6pEYiaLvzsje-BA?pwd=3jps");
+            selectConfigKey('video_plugin_url').then(response => {
+              window.open(response.data);
+            })
           }).catch(() => {
           }).catch(() => {
             return
             return
           });
           });

+ 3 - 1
src/components/TVWalls.vue

@@ -235,7 +235,9 @@ debugger
               type: 'warning'
               type: 'warning'
             }
             }
           ).then(() => {
           ).then(() => {
-            window.open("https://pan.baidu.com/s/1MlWyhFw6pEYiaLvzsje-BA?pwd=3jps");
+            selectConfigKey('video_plugin_url').then(response => {
+              window.open(response.data);
+            })
           }).catch(() => {
           }).catch(() => {
             return
             return
           });
           });