mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
perf: dict perfect
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user