mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 05:39:35 +09:00
시스템관리 - 권한관리, 고객관리 - 청약고객관리/회원관리 추가
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import AustList from '../views/AuthList'
|
||||
import AdminList from '../views/AdminList'
|
||||
import AuthAdd from '../views/AuthAdd'
|
||||
import AuthModify from '../views/AuthModify'
|
||||
|
||||
export default [
|
||||
{
|
||||
@@ -13,6 +15,19 @@ export default [
|
||||
component: AdminList,
|
||||
name: 'adminList',
|
||||
meta: { public: true }
|
||||
},
|
||||
{
|
||||
path: '/sysMgt/authAdd',
|
||||
component: AuthAdd,
|
||||
name: 'authAdd',
|
||||
meta: { public: true }
|
||||
},
|
||||
{
|
||||
path: '/sysMgt/authModify',
|
||||
component: AuthModify,
|
||||
name: 'authModify',
|
||||
props: true,
|
||||
meta: { public: true }
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user