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(() => {