chore: project setting

This commit is contained in:
xiaojunnuo
2026-02-28 18:49:46 +08:00
parent 5b5b48fc06
commit ea5e7d9563
7 changed files with 14 additions and 17 deletions
@@ -1,7 +1,5 @@
import { useSettingStore } from "/@/store/settings";
import aboutResource from "/@/router/source/modules/about";
import i18n from "/@/locales/i18n";
import { useProjectStore } from "/@/store/project";
import { useSettingStore } from "/@/store/settings";
export const certdResources = [
{
@@ -31,8 +29,8 @@ export const certdResources = [
},
},
{
title: "certd.sysResources.myProjectDetail",
name: "MyProjectDetail",
title: "certd.sysResources.currentProject",
name: "CurrentProject",
path: "/certd/project/detail",
component: "/certd/project/detail/index.vue",
meta: {