알림 이력 조회 페이지

This commit is contained in:
Leeminha
2022-11-28 11:24:42 +09:00
parent 14645e161b
commit b611f30aee
11 changed files with 549 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import AuthAdd from '../views/AuthAdd'
import AuthModify from '../views/AuthModify'
import BatchList from '../views/BatchList'
import BatchDetail from '../views/BatchDetail'
import NotiList from '../views/NotiList'
export default [
{
@@ -42,6 +43,12 @@ export default [
component: BatchDetail,
name: 'batchDetail',
meta: { public: false }
},
{
path: '/sysMgt/notiList',
component: NotiList,
name: 'notiList',
meta: { public: false }
}
]