feat: update dashboard list and reload templates (#33)

This commit is contained in:
Fine0830
2022-03-22 20:14:16 +08:00
committed by GitHub
parent f9aacb72e1
commit 049f46a4cf
16 changed files with 202 additions and 81 deletions

View File

@@ -24,6 +24,7 @@ export const routesDatabase: Array<RouteRecordRaw> = [
meta: {
title: "database",
icon: "bar_chart",
hasGroup: true,
},
redirect: "/database",
component: Layout,
@@ -32,7 +33,7 @@ export const routesDatabase: Array<RouteRecordRaw> = [
path: "/database",
name: "Database",
meta: {
title: "database",
title: "virtualDatabase",
headPath: "/database",
exact: true,
},