From f0e298dcf7854607f6594f67c7512cb56fd2f937 Mon Sep 17 00:00:00 2001 From: Janie <109517022+Janie06@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:30:28 +0800 Subject: [PATCH] =?UTF-8?q?[WHAT]=20=E9=9B=BB=E8=A9=B1=E8=99=9F=E7=A2=BC+?= =?UTF-8?q?=E5=9C=8B=E7=A2=BC=20component=E9=96=8B=E7=99=BC+=E9=A9=97?= =?UTF-8?q?=E8=AD=89=20[WHY]=20=E9=96=8B=E7=99=BC=20ShowEasy=20=E5=89=8D?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontEnd/pages/user/contactInfo.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FrontEnd/pages/user/contactInfo.vue b/FrontEnd/pages/user/contactInfo.vue index 07e605d..dd74261 100644 --- a/FrontEnd/pages/user/contactInfo.vue +++ b/FrontEnd/pages/user/contactInfo.vue @@ -219,7 +219,6 @@ export default { this.$auth.$storage.removeUniversal("userBeforePath"); if (window.innerWidth < 1024) { - console.log(window.innerWidth); this.$router.push(this.localePath("/")); } else { this.$router.push(this.localePath("/user")); @@ -232,7 +231,7 @@ export default { `/trending/api/Members/Contacts` ) .then((response) => { - console.log(JSON.stringify(response)); + //console.log(JSON.stringify(response)); if(response && response.data && response.data.DATA && response.data.DATA.rel){ let data = response.data.DATA.rel if(data){