Browse Source

update

feature/feature-compatible
wenghaocan 7 years ago
parent
commit
19328e013f
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/home.vue

2
src/view/home.vue

@ -274,7 +274,7 @@
}, },
// //
goods(c_no) { goods(c_no) {
window.location.href = locationUrl + 'v2/goods-classify/' + this.merchantNo + '/' + this.districtId + '/' + c_no;
window.location.href = locationUrl + '/v2/goods-classify/' + this.merchantNo + '/' + this.districtId + '/' + c_no;
}, },
}, },
mounted() { mounted() {

Loading…
Cancel
Save