🐳 修改镜像权限.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
const route = useRoute();
|
||||
|
||||
const activeKey = ref('license');
|
||||
const activeKey = ref('about');
|
||||
|
||||
// 跳转到指定页
|
||||
onBeforeMount(() => {
|
||||
|
||||
Reference in New Issue
Block a user