mobile/components/tabbar/footTabbar.vue @@ -94,6 +94,10 @@ curRoute = routes[routes.length - 1]['$page'].fullPath } } // 如果当前路由包含查询参数,则只取路径部分进行匹配 if (curRoute.indexOf('?') !== -1) { curRoute = curRoute.split('?')[0]; } return curRoute }, /*点击菜单*/