Commit 6b5f6954 authored by 张俊's avatar 张俊

首页跳转

parent 49a61809
Pipeline #76446 passed with stage
...@@ -231,7 +231,8 @@ export default { ...@@ -231,7 +231,8 @@ export default {
if ( if (
val == "/services_shop" || val == "/services_shop" ||
val == "/technical_support" || val == "/technical_support" ||
val == "/workplace" val == "/workplace"||
val == "/shop/data_service_list"
) { ) {
this.now_menu = val; this.now_menu = val;
} }
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<!-- 热门服务 --> <!-- 热门服务 -->
<shop-list <shop-list
name="热门服务" name="热门服务"
to="/shop/data_service_list/5" to="/shop/data_service_list"
detail-path="/shop/sjfwDetail/" detail-path="/shop/sjfwDetail/"
:data="hot_datas" :data="hot_datas"
:showImg="false" :showImg="false"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment