mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
提交
This commit is contained in:
@@ -200,13 +200,13 @@ export default {
|
|||||||
this.timer = null;
|
this.timer = null;
|
||||||
this.$router.go(-1);
|
this.$router.go(-1);
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
this.isShowTip = '当前网络异常,内容已离线保存,请尝试连接网络后重新自动上传!';
|
}).catch(()=>{
|
||||||
|
this.isShowTip = '当前网络异常,内容已离线保存,请尝试连接网络后重新自动上传!';
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
this.isShowTip = '';
|
this.isShowTip = '';
|
||||||
},10000 * 2)
|
},10000 * 2)
|
||||||
sessionStorage.setItem('isShowTip',this.editdata.content);
|
sessionStorage.setItem('isShowTip',this.editdata.content);
|
||||||
}
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user