mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
perf: 扩展本地图标使用方式,首启动再次减少 13 个请求
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import { $t } from "@/plugins/i18n";
|
||||
import { nested } from "@/router/enums";
|
||||
import Histogram from "@iconify-icons/ep/histogram";
|
||||
|
||||
export default {
|
||||
path: "/nested",
|
||||
redirect: "/nested/menu1/menu1-1",
|
||||
meta: {
|
||||
title: $t("menus.hsmenus"),
|
||||
icon: Histogram,
|
||||
icon: "histogram",
|
||||
rank: nested
|
||||
},
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user