mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 23:04:44 +09:00
배치 모니터링 커밋
This commit is contained in:
@@ -2,6 +2,8 @@ import AustList from '../views/AuthList'
|
||||
import AdminList from '../views/AdminList'
|
||||
import AuthAdd from '../views/AuthAdd'
|
||||
import AuthModify from '../views/AuthModify'
|
||||
import BatchList from '../views/BatchList'
|
||||
import BatchDetail from '../views/BatchDetail'
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -28,6 +30,18 @@ export default [
|
||||
name: 'authModify',
|
||||
props: true,
|
||||
meta: { public: false }
|
||||
},
|
||||
{
|
||||
path: '/sysMgt/batchList',
|
||||
component: BatchList,
|
||||
name: 'batchList',
|
||||
meta: { public: false }
|
||||
},
|
||||
{
|
||||
path: '/sysMgt/batchDetail',
|
||||
component: BatchDetail,
|
||||
name: 'batchDetail',
|
||||
meta: { public: false }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user