luobisheng
2022-11-04 40eae1097035f908efee59518d0e6c2b2c9a5c2e
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})
    }