qinhouyu il y a 1 an
Parent
commit
df3ccd4475
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/components/TVWall.vue

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