Skip to content

Commit e89a9d9

Browse files
committed
errorLog =>error-log
1 parent 3baa278 commit e89a9d9

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

mock/role/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export const asyncRoutes = [
390390
children: [
391391
{
392392
path: 'log',
393-
component: 'views/errorLog/index',
393+
component: 'views/error-log/index',
394394
name: 'ErrorLog',
395395
meta: { title: 'errorLog', icon: 'bug' }
396396
}

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export const asyncRoutes = [
252252
children: [
253253
{
254254
path: 'log',
255-
component: () => import('@/views/errorLog/index'),
255+
component: () => import('@/views/error-log/index'),
256256
name: 'ErrorLog',
257257
meta: { title: 'errorLog', icon: 'bug' }
258258
}
File renamed without changes.

0 commit comments

Comments
 (0)