@@ -153,7 +153,8 @@
this.$router.push({
name: 'UploadPhoto',
query: {
- personId: this.personId
+ personId: this.personId,
+ project: this.$route.query.project
}
})
@@ -118,7 +118,9 @@
if (!this.person_data) {
name: 'Login',
- query: {}
+ query: {
+ project: this.visterScene.project
+ }
@@ -156,10 +156,12 @@
API_Person.save(this.subForm).then(response => {
this.isLoading = false;
- //场景之前选过,这里直接去选择角色
+ //场景之前选过,这里直接去选择角色,第一次注册也要传递project
name: 'Role',
}).catch(error => {