1.提交代码

2.提交审核
yj-dev
杨杰 4 years ago
parent 05f9aab3c3
commit f6d198150a
  1. 12
      App.vue
  2. 1
      components/mehaotian-search-revision/mehaotian-search-revision.vue

@ -5,13 +5,13 @@
// brestUrl: 'http://192.168.3.4:9302/brest', // brestUrl: 'http://192.168.3.4:9302/brest',
// imgUrl: 'https://192.168.3.4:9301/filesystem/', // imgUrl: 'https://192.168.3.4:9301/filesystem/',
// //
// url: 'https://hsg.dctpay.com/crest', url: 'https://hsg.dctpay.com/crest',
// imgUrl: 'https://hsg.dctpay.com/filesystem/', imgUrl: 'https://hsg.dctpay.com/filesystem/',
// brestUrl : 'https://hsg.dctpay.com/brest', brestUrl : 'https://hsg.dctpay.com/brest',
// //
url: 'https://hsgcs.dctpay.com/crest', // url: 'https://hsgcs.dctpay.com/crest',
brestUrl : 'https://hsgcs.dctpay.com/brest', // brestUrl : 'https://hsgcs.dctpay.com/brest',
imgUrl: 'https://hsgcs.dctpay.com/filesystem/', // imgUrl: 'https://hsgcs.dctpay.com/filesystem/',
userInfo: "", userInfo: "",
brestUserInfo : '', brestUserInfo : '',

@ -114,7 +114,6 @@
return; return;
} }
} }
console.log(this.inputVal);
this.$emit('search', this.inputVal ? this.inputVal : this.placeholder); this.$emit('search', this.inputVal ? this.inputVal : this.placeholder);
} }
}, },

Loading…
Cancel
Save