perf: dict perfect

This commit is contained in:
xiaoxian521
2021-05-05 18:01:21 +08:00
parent 105409a278
commit c10e38cdf2
8 changed files with 254 additions and 27 deletions

View File

@@ -233,7 +233,9 @@ const routes: Array<RouteRecordRaw> = [
{
path: "/system/dict",
component: () =>
import(/* webpackChunkName: "system" */ "../views/system/dict.vue"),
import(
/* webpackChunkName: "system" */ "../views/system/dict/index.vue"
),
meta: {
// icon: '',
title: "message.hsDict",