Browse Source

下载插件

qinhouyu 2 years ago
parent
commit
f2c0ab7061
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/TVWall.vue

+ 3 - 1
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
           });