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); } },