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: {