完成大纲生成进度条

This commit is contained in:
2024-03-05 16:28:47 +08:00
parent 89fc1102f9
commit f85613f1e6
17 changed files with 704 additions and 48 deletions

View File

@@ -32,6 +32,17 @@ const DATAMANAGE = {
locale: "项目联系信息",
icon: "icon-phone"
}
},
{
path: "abbreviation",
name: "abbreviation",
component: () => import("@/views/datamanage/abbreviation/index.vue"),
meta: {
requiresAuth: true,
roles: ["*"],
locale: "缩略语",
icon: "icon-scissor"
}
}
]
}