From 3ff2b83a49ea93b1a49528037f8469fb688f734a Mon Sep 17 00:00:00 2001 From: wenghaocan Date: Sat, 29 Sep 2018 12:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=95=86=E5=93=81=E5=88=86?= =?UTF-8?q?=E7=B1=BBurl=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/view/home.vue b/src/view/home.vue index eee542e..72adef2 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -274,7 +274,7 @@ }, // 商品分类 goods(c_no) { - window.location.href = locationUrl + '/goods-classify/' + this.merchantNo + '/' + this.districtId + '/' + c_no; + window.location.href = locationUrl + 'v2/goods-classify/' + this.merchantNo + '/' + this.districtId + '/' + c_no; }, }, mounted() { @@ -582,6 +582,4 @@ height: 1.74rem; } } - - \ No newline at end of file