mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 13:26:44 +08:00
防止404报错,临时注释
This commit is contained in:
@@ -239,13 +239,13 @@ export default {
|
||||
}
|
||||
const promises = [
|
||||
//领导力
|
||||
apiManage.leadership(params).then(res=>{
|
||||
this.fistTotals =parseInt(res.data.total);
|
||||
}),
|
||||
// apiManage.leadership(params).then(res=>{
|
||||
// this.fistTotals =parseInt(res.data.total);
|
||||
// }),
|
||||
//学习路径
|
||||
apiManage.compulsoryList(params).then(res=>{
|
||||
this.pathTotals =parseInt(res.data.total);
|
||||
}),
|
||||
// apiManage.compulsoryList(params).then(res=>{
|
||||
// this.pathTotals =parseInt(res.data.total);
|
||||
// }),
|
||||
getList(this.userInfo.aid).then(res=>{
|
||||
if(res.code == 200 && Object.keys(res.data).length){
|
||||
this.growTotal = 1
|
||||
|
||||
Reference in New Issue
Block a user