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',
// 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 : '',

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

Loading…
Cancel
Save