Browse Source

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

彭宇 1 năm trước cách đây
mục cha
commit
4be601b3cd
2 tập tin đã thay đổi với 9 bổ sung3 xóa
  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'
             }
           ).then(() => {
-            window.open("https://pan.baidu.com/s/1MlWyhFw6pEYiaLvzsje-BA?pwd=3jps");
+            selectConfigKey('video_plugin_url').then(response => {
+              window.open(response.data);
+            })
           }).catch(() => {
             return
           });
@@ -437,7 +439,9 @@ export default {
               type: 'warning'
             }
           ).then(() => {
-            window.open("https://pan.baidu.com/s/1MlWyhFw6pEYiaLvzsje-BA?pwd=3jps");
+            selectConfigKey('video_plugin_url').then(response => {
+              window.open(response.data);
+            })
           }).catch(() => {
             return
           });

+ 3 - 1
src/components/TVWalls.vue

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