fuliqi
2024-07-09 11295ac61002bb0725970bfb683dade1f143bd93
src/layout/components/Navbar.vue
@@ -116,15 +116,12 @@
        path: '/screen'
      })
    },
    toSystemA() {
      this.$router.push({
        path: '/screen'
      })
      window.open('https://www.baidu.com/')
    },
    toSystemB() {
      this.$router.push({
        path: '/screen'
      })
      window.open('https://www.baidu.com/')
    }
  }
}