瀏覽代碼

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

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

+ 6 - 2
src/components/TVWall.vue

@@ -294,7 +294,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
           });
@@ -436,7 +438,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

@@ -293,7 +293,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
           });