feat: 添加常用按钮示例

This commit is contained in:
xiaoxian521
2024-01-18 23:37:03 +08:00
parent 1b7ecf953b
commit 3eaf520a37
8 changed files with 299 additions and 36 deletions

View File

@@ -2,8 +2,8 @@ import { $t } from "@/plugins/i18n";
import { flowchart } from "@/router/enums";
export default {
path: "/flowChart",
redirect: "/flowChart/index",
path: "/flow-chart",
redirect: "/flow-chart/index",
meta: {
icon: "setUp",
title: $t("menus.hsflowChart"),
@@ -11,7 +11,7 @@ export default {
},
children: [
{
path: "/flowChart/index",
path: "/flow-chart/index",
name: "FlowChart",
component: () => import("@/views/flow-chart/index.vue"),
meta: {