mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
Merge branch 'zcwy_0726_download' into dev_master
This commit is contained in:
@@ -562,7 +562,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}).catch(err=>{
|
}).catch(err=>{
|
||||||
this.isTrue = false;
|
this.isTrue = false;
|
||||||
this.$message.error(err.data.message)
|
this.$message.error(err.response.data.message)
|
||||||
})
|
})
|
||||||
// axios({
|
// axios({
|
||||||
// method: 'get',
|
// method: 'get',
|
||||||
|
|||||||
Reference in New Issue
Block a user