Q-ABAB 2 years ago
parent
commit
9a54228160
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/projectApply/projectApplicationApplyMain.vue

+ 1 - 1
src/views/projectApply/projectApplicationApplyMain.vue

@@ -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("提交失败")
                 }