From f6d198150abff9d212e088bcdd90d7de8fa98b0b Mon Sep 17 00:00:00 2001 From: yangsanTT <812952667@qq.com> Date: Sat, 15 May 2021 13:59:58 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=202.?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 12 ++++++------ .../mehaotian-search-revision.vue | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/App.vue b/App.vue index 80e20c0..0368922 100644 --- a/App.vue +++ b/App.vue @@ -5,13 +5,13 @@ // brestUrl: 'http://192.168.3.4:9302/brest', // imgUrl: 'https://192.168.3.4:9301/filesystem/', //正式 - // url: 'https://hsg.dctpay.com/crest', - // imgUrl: 'https://hsg.dctpay.com/filesystem/', - // brestUrl : 'https://hsg.dctpay.com/brest', + url: 'https://hsg.dctpay.com/crest', + imgUrl: 'https://hsg.dctpay.com/filesystem/', + brestUrl : 'https://hsg.dctpay.com/brest', //测试 - url: 'https://hsgcs.dctpay.com/crest', - brestUrl : 'https://hsgcs.dctpay.com/brest', - imgUrl: 'https://hsgcs.dctpay.com/filesystem/', + // url: 'https://hsgcs.dctpay.com/crest', + // brestUrl : 'https://hsgcs.dctpay.com/brest', + // imgUrl: 'https://hsgcs.dctpay.com/filesystem/', userInfo: "", brestUserInfo : '', diff --git a/components/mehaotian-search-revision/mehaotian-search-revision.vue b/components/mehaotian-search-revision/mehaotian-search-revision.vue index f1ce8ed..8081d76 100644 --- a/components/mehaotian-search-revision/mehaotian-search-revision.vue +++ b/components/mehaotian-search-revision/mehaotian-search-revision.vue @@ -114,7 +114,6 @@ return; } } - console.log(this.inputVal); this.$emit('search', this.inputVal ? this.inputVal : this.placeholder); } },