Skip to content

Commit 67eefb0

Browse files
committed
修改系统目录
1 parent 30774d8 commit 67eefb0

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

src/router/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ const routes: IRoute[] = [
4040
children: [
4141
{
4242
path: '/system/login',
43-
component: React.lazy(() => import('../views/system-user/login')),
43+
component: React.lazy(() => import('../views/system/login')),
4444
meta: {
4545
title: '登录',
4646
},
4747
},
4848
{
4949
path: '/system/register',
50-
component: React.lazy(() => import('../views/system-user/register')),
50+
component: React.lazy(() => import('../views/system/register')),
5151
meta: {
5252
title: '注册',
5353
},
5454
},
5555
{
5656
path: '/system/register-result',
5757
auth: false,
58-
component: React.lazy(() => import('../views/system-user/register-result')),
58+
component: React.lazy(() => import('../views/system/register-result')),
5959
meta: {
6060
title: '注册结果',
6161
},
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)