浏览代码

下载插件

qinhouyu 2 年之前
父节点
当前提交
f295b1cff7
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 3 1
      src/components/TVWall.vue
  2. 3 1
      src/components/TVWalls.vue

+ 3 - 1
src/components/TVWall.vue

@@ -448,7 +448,9 @@ export default {
               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

@@ -235,7 +235,9 @@ export default {
               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
           });
           });