From 6b7359747963d469c97c950f5dac4a633dd77340 Mon Sep 17 00:00:00 2001 From: Tony Date: Sun, 4 Feb 2024 15:19:32 +0800 Subject: [PATCH] fix: BUG --- god-ui/src/layout/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/god-ui/src/layout/components/Navbar.vue b/god-ui/src/layout/components/Navbar.vue index d6277ad0..c821e596 100644 --- a/god-ui/src/layout/components/Navbar.vue +++ b/god-ui/src/layout/components/Navbar.vue @@ -71,7 +71,7 @@ export default { ]), fn(){ // 下面的端口项目中有大屏 - let arr = ['9210','9230', '9130', '9140', '9150', '9160', '9180','9190','9280','9360','9401'] + let arr = ['9210','9230', '9130', '9140', '9150', '9160', '9170', '9180','9190','9280','9360','9401'] return arr.includes(this.port.toString()) }, setting: {