wgl %!s(int64=4) %!d(string=hai) anos
pai
achega
40f06cfe62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/projects/home/views/Home.vue

+ 1 - 1
src/projects/home/views/Home.vue

@@ -106,7 +106,7 @@
 			},
 			asynCallBack() {
 				//如果场景是存在的则直接跳转
-				if (!this.$route.query.exchange && this.vister_scene.project && this.vister_scene.role) {
+				if (this.vister_scene && !this.$route.query.exchange && this.vister_scene.project && this.vister_scene.role) {
 					this.sure();
 				}
 			},