zjs_project 1 년 전
부모
커밋
788e1a7b1d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -43,8 +43,8 @@
 		},
 		created() {
 			let userId = this.$route.query.leavePhoneCustomerId ? this.$route.query.leavePhoneCustomerId : '129130';
-			// let xcxHouseId = this.$route.query.xcxHouseId ? this.$route.query.xcxHouseId : $config.xcxHouseId;
-			let xcxHouseId = '100296';
+			let xcxHouseId = this.$route.query.xcxHouseId ? this.$route.query.xcxHouseId : $config.xcxHouseId;
+			// let xcxHouseId = '100296';
 			if (userId) { //如果存在用户id
 				this.$store.dispatch('setUserId', userId);
 			}