From 3e770bd775ae34ab52058cceb42ff534f965b8b6 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 29 Mar 2025 10:13:14 +0800
Subject: [PATCH] fix: 字体包路径错误
---
src/router/views/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index ca625a3..0b49d90 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -5,10 +5,10 @@
{
path: '/',
component: () => import('@/layout/index.vue'),
- redirect: '/index',
+ redirect: '/home',
children: [
{
- path: 'index',
+ path: 'home',
name: '首页',
meta: {
i18n: 'dashboard',
--
Gitblit v1.9.3