diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index d8b5a612..48f6b75c 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -86,7 +86,8 @@ export default { }, methods: { goBigScreen(){ - window.open("//szgc.jhncidg.com:808/jhbs/") + //window.open("//szgc.jhncidg.com:808/jhbs/") + window.open("/jhbs/") }, toggleSideBar() { this.$store.dispatch('app/toggleSideBar')