mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: auth
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user