zjs_project преди 1 година
родител
ревизия
b2e730df75
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

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