Kaynağa Gözat

视频插件

JX.LI 2 yıl önce
ebeveyn
işleme
2550a1634e
2 değiştirilmiş dosya ile 6 ekleme ve 2 silme
  1. 3 1
      src/components/TVWall.vue
  2. 3 1
      src/components/TVWalls.vue

+ 3 - 1
src/components/TVWall.vue

@@ -300,7 +300,9 @@
               cancelButtonText: '取消',
               cancelButtonText: '取消',
               type: 'warning'
               type: 'warning'
             }).then(() => {
             }).then(() => {
-              window.open("https://pan.baidu.com/s/1MlWyhFw6pEYiaLvzsje-BA?pwd=3jps");
+              selectConfigKey('video_plugin_url').then(response => {
+                window.open(response.data);
+              })
             }).catch(() => {
             }).catch(() => {
               return
               return
             });
             });

+ 3 - 1
src/components/TVWalls.vue

@@ -311,7 +311,9 @@
               cancelButtonText: '取消',
               cancelButtonText: '取消',
               type: 'warning'
               type: 'warning'
             }).then(() => {
             }).then(() => {
-              window.open("https://pan.baidu.com/s/1MlWyhFw6pEYiaLvzsje-BA?pwd=3jps");
+              selectConfigKey('video_plugin_url').then(response => {
+                window.open(response.data);
+              })
             }).catch(() => {
             }).catch(() => {
               return
               return
             });
             });