충전관리 프론트

This commit is contained in:
2023-03-16 13:51:26 +09:00
parent bd4e8d1f6d
commit de336d54e6
5 changed files with 57 additions and 1 deletions

View File

@@ -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') {