feat: add timeline

This commit is contained in:
xiaoxian521
2022-03-05 20:53:36 +08:00
parent c749149c2f
commit 7f5aeed4d1
7 changed files with 156 additions and 3 deletions

View File

@@ -48,6 +48,15 @@ const ableRouter = {
title: $t("menus.hsIconSelect"),
i18n: true
}
},
{
path: "/able/timeline",
name: "reTimeline",
component: () => import("/@/views/able/timeline.vue"),
meta: {
title: $t("menus.hsTimeline"),
i18n: true
}
}
]
};