ソースを参照

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

彭宇 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
           });