quanwei
18 hours ago c441dea81bd86bdfb12dff35821fed51f4cc91c2
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
         },
         /*点击菜单*/