|
@@ -295,7 +295,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
|
|
|
});
|
|
@@ -437,7 +439,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
|
|
|
});
|