mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +08:00
整体修改导出作业
This commit is contained in:
@@ -530,8 +530,8 @@ export default {
|
||||
this.isTrue = false;
|
||||
console.log(res,'res')
|
||||
if(res.data.status == 200){
|
||||
if(res.data.result.includes('home')){
|
||||
window.open(res.data.result)
|
||||
if(res.data.result.includes('upload')){
|
||||
window.open('/upload'+res.data.result.split('upload')[1])
|
||||
}else{
|
||||
this.$message.warning(res.data.result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user