【modify】使用ESLint格式化代码
This commit is contained in:
@@ -319,7 +319,7 @@ export const constantRouterMap = [
|
||||
path: 'alteration',
|
||||
name: 'alteration',
|
||||
component: () => import(/* webpackChunkName: "user" */ '@/views/user/alteration/Alteration')
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -346,7 +346,7 @@ export const constantRouterMap = [
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
|
||||
|
||||
{
|
||||
// OAuth2 APP页面路由
|
||||
path: '/oauth2-app',
|
||||
@@ -358,7 +358,7 @@ export const constantRouterMap = [
|
||||
path: 'login',
|
||||
name: 'login',
|
||||
component: () => import(/* webpackChunkName: "oauth2-app.login" */ '@/views/user/oauth2/OAuth2Login')
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -376,5 +376,5 @@ export const constantRouterMap = [
|
||||
{
|
||||
path: '/404',
|
||||
component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404')
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user