From 03df0b57e49c9b945c79e3fadf895f3a5241d9a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?=
<819653817@qq.com>
Date: Thu, 18 Jul 2024 16:31:37 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E6=8F=8F=E8=AE=BF=E9=97=AE=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E4=B8=8D=E9=9C=80=E8=A6=81=E9=97=A8=E7=89=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/houseQR/index.vue | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/views/houseQR/index.vue b/src/views/houseQR/index.vue
index 1c12051..7dea055 100644
--- a/src/views/houseQR/index.vue
+++ b/src/views/houseQR/index.vue
@@ -70,7 +70,6 @@
-
@@ -147,7 +146,6 @@ export default {
}
},
created() {
- console.log(this.$store.state.app.houseId, '路由中')
this.houesId = this.$store.state.app.houseId
this.getHouseInfo()
},
@@ -182,7 +180,6 @@ export default {
}
},
getHouseInfo() {
- console.log(this.houesId)
getHouseInfoQR(this.houesId).then(res => {
this.formData = res.data
})