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