@@ -566,7 +566,7 @@
this.ajax.post(this.$store.state.api+"/InsertProjectMakerSpace",param).then(res=>{
if(res.data==1){
this.$message.success("提交成功")
- this.$route.push('/projectApplication')
+ this.$router.push('/projectApplication')
}else{
this.$message.error("提交失败")
}