@@ -300,7 +300,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
});
@@ -311,7 +311,9 @@