mirror of https://github.com/certd/certd
chore: auth
parent
46004d2db8
commit
d6c6ab932a
|
@ -12,7 +12,7 @@ export const frameworkResource = [
|
|||
component: LayoutFramework,
|
||||
meta: {
|
||||
icon: "ion:accessibility",
|
||||
authOnly: true
|
||||
auth: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@ export const certdResources = [
|
|||
redirect: "/certd/pipeline",
|
||||
meta: {
|
||||
icon: "ion:key-outline",
|
||||
authOnly: true
|
||||
auth: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
@ -43,7 +43,7 @@ export const certdResources = [
|
|||
redirect: "/certd/settings/email",
|
||||
meta: {
|
||||
icon: "ion:settings-outline",
|
||||
authOnly: true
|
||||
auth: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
@ -53,7 +53,7 @@ export const certdResources = [
|
|||
component: "/certd/settings/email-setting.vue",
|
||||
meta: {
|
||||
icon: "ion:mail-outline",
|
||||
authOnly: true
|
||||
auth: true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -35,7 +35,7 @@ export const usePageStore = defineStore({
|
|||
fullPath: "/index",
|
||||
meta: {
|
||||
title: "首页",
|
||||
authOnly: false
|
||||
auth: false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue