文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 94c12c06 by 李严凡

前端创建任务未登录跳转

parent cc055be4
......@@ -445,6 +445,13 @@
},
mounted(){
setTimeout(()=>{
if(this.$store.state.userInfo.userId == "undefined"){
this.$message({
type:"warning",
message:"您未登录,请前往登录界面进行操作"
})
this.$router.push({path: '/'});
}
this.ins = this.$route.params.ins;
// console.log("1111212");
// console.log(this.$store.state.userInfo.userId)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment