From 5bb5c0c4cc1227b0a3f7f4ae926a3e8324022bf9 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Fri, 19 Jul 2024 14:37:01 +0800
Subject: [PATCH] 新增导入
---
src/router/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index f8e86ef..d070612 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -8,7 +8,7 @@
{
path: '/',
name: 'login',
- component: () => import('@/views/Login'),
+ component: () => import('@/views/Login1'),
meta: { title: '登录' },
},
{
--
Gitblit v1.9.2