src/views/layout/components/Main/index.vue @@ -181,7 +181,6 @@ methods:{ handleJump(url){ const baseURL = '/home' console.log(url) // 路由跳转 this.$router.push({path:baseURL+url}) }