JX.LI 2 năm trước cách đây
mục cha
commit
6fa3637161
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/components/TVWall.vue

+ 3 - 1
src/components/TVWall.vue

@@ -448,7 +448,9 @@
               cancelButtonText: '取消',
               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
             });