qinhouyu 1 éve
szülő
commit
a401fb467a
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      src/components/TVWall.vue

+ 3 - 1
src/components/TVWall.vue

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