From 2e69c67de0a64b09e18d95b5e4e5fb750d9b75ed Mon Sep 17 00:00:00 2001 From: lijiahang Date: Wed, 19 Jun 2024 11:29:09 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=20=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=9D=83=E9=99=90.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 + orion-visor-ui/src/views/system/setting/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e5acb331..802a7426 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,6 +2,7 @@ version: '3.3' services: orion-visor-service: image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-service:2.0.9 + privileged: true ports: - 1081:80 environment: diff --git a/orion-visor-ui/src/views/system/setting/index.vue b/orion-visor-ui/src/views/system/setting/index.vue index 12b83876..cbd3187f 100644 --- a/orion-visor-ui/src/views/system/setting/index.vue +++ b/orion-visor-ui/src/views/system/setting/index.vue @@ -26,7 +26,7 @@ const route = useRoute(); - const activeKey = ref('license'); + const activeKey = ref('about'); // 跳转到指定页 onBeforeMount(() => {