Browse Source

问题修改

wgl 4 years ago
parent
commit
dc38d93703
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/projects/home/views/User/Login.vue

+ 1 - 1
src/projects/home/views/User/Login.vue

@@ -196,7 +196,7 @@
 							name: 'RegisterHome',
 							name: 'RegisterHome',
 							query: {
 							query: {
 								telephone: _this.subForm.phone,
 								telephone: _this.subForm.phone,
-								project: this.$route.query.project
+								project: _this.$route.query.project
 							}
 							}
 						})
 						})
 					}
 					}