diff --git a/packages/ui/certd-client/src/router/source/modules/certd.ts b/packages/ui/certd-client/src/router/source/modules/certd.ts index ed1dc9f1..08040912 100644 --- a/packages/ui/certd-client/src/router/source/modules/certd.ts +++ b/packages/ui/certd-client/src/router/source/modules/certd.ts @@ -67,13 +67,24 @@ export const certdResources = [ title: "设置", name: "MineSetting", path: "/certd/setting", - redirect: "/certd/cname/record", + redirect: "/certd/access", meta: { icon: "ion:settings-outline", auth: true, cache: true }, children: [ + { + title: "授权管理", + name: "AccessManager", + path: "/certd/access", + component: "/certd/access/index.vue", + meta: { + icon: "ion:disc-outline", + auth: true, + cache: true + } + }, { title: "CNAME记录管理", name: "CnameRecord", @@ -94,17 +105,7 @@ export const certdResources = [ auth: true } }, - { - title: "授权管理", - name: "AccessManager", - path: "/certd/access", - component: "/certd/access/index.vue", - meta: { - icon: "ion:disc-outline", - auth: true, - cache: true - } - }, + { title: "OpenKey", name: "OpenKey", diff --git a/packages/ui/certd-client/src/style/certd.less b/packages/ui/certd-client/src/style/certd.less index e27936a9..8d3ba993 100644 --- a/packages/ui/certd-client/src/style/certd.less +++ b/packages/ui/certd-client/src/style/certd.less @@ -88,4 +88,9 @@ body a{ &:hover{ color: #40a9ff; } +} + +.fs-icon-svg{ + display: flex; + align-items: center; } \ No newline at end of file diff --git a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/index.vue index 2c08b499..1a48804d 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/index.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/index.vue @@ -18,12 +18,12 @@
-
+