mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +09:00
충전관리 프론트
This commit is contained in:
@@ -105,7 +105,8 @@ router.beforeEach((to, from, next) => {
|
||||
nextUrl == '/custMgt/memberList' ||
|
||||
nextUrl == '/custMgt/memberDetail' ||
|
||||
nextUrl == '/custMgt/subsDetail' ||
|
||||
nextUrl == '/custMgt/memberAdminDetail'
|
||||
nextUrl == '/custMgt/memberAdminDetail' ||
|
||||
nextUrl == '/custMgt/chrgList'
|
||||
) {
|
||||
for (var i = 0; i < menuUrls.length; i++) {
|
||||
if (menuUrls[i] == '/custMgt/subsList') {
|
||||
|
||||
Reference in New Issue
Block a user