mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-09 00:54:03 +09:00
수정건 수정
This commit is contained in:
@@ -10,34 +10,34 @@ export default [
|
||||
component: SubsList,
|
||||
name: 'subsList',
|
||||
props: true,
|
||||
meta: { public: true }
|
||||
meta: { public: false }
|
||||
},
|
||||
{
|
||||
path: '/custMgt/memberList',
|
||||
component: MemberList,
|
||||
name: 'memberList',
|
||||
meta: { public: true }
|
||||
meta: { public: false }
|
||||
},
|
||||
{
|
||||
path: '/custMgt/subsDetail',
|
||||
component: SubsDetail,
|
||||
name: 'subsDetail',
|
||||
props: true,
|
||||
meta: { public: true }
|
||||
meta: { public: false }
|
||||
},
|
||||
{
|
||||
path: '/custMgt/memberDetail',
|
||||
component: MemberDetail,
|
||||
name: 'memberDetail',
|
||||
props: true,
|
||||
meta: { public: true }
|
||||
meta: { public: false }
|
||||
},
|
||||
{
|
||||
path: '/custMgt/memberAdminDetail',
|
||||
component: MemberAdminDetail,
|
||||
name: 'memberAdminDetail',
|
||||
props: true,
|
||||
meta: { public: true }
|
||||
meta: { public: false }
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user