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

Commit b11b3eed by 李严凡

创建任务界面微调2

parent 48165a65
......@@ -519,13 +519,13 @@
},
mounted(){
setTimeout(()=>{
// if(this.$store.state.userInfo == null){
// this.$message({
// type:"warning",
// message:"您未登录,请前往登录界面进行操作"
// })
// this.$router.push({path: '/'});
// }
if(this.$store.state.userInfo == null){
this.$message({
type:"warning",
message:"您未登录,请前往登录界面进行操作"
})
this.$router.push({path: '/'});
}
this.ins = this.$route.params.ins;
// console.log("1111212");
......
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