wgl 4 سال پیش
والد
کامیت
40f06cfe62
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();
 				}
 			},