jichoi / calendar star
박정하 박정하 07-28
250728 박정하 isCurrentMenuActive() 내 키 수정
@5f5719b7f3013d783e7dd50c343026583aeda61b
client/views/layout/LeftNavBar.vue
--- client/views/layout/LeftNavBar.vue
+++ client/views/layout/LeftNavBar.vue
@@ -210,7 +210,7 @@
 
     isCurrentMenuActive(menuName) {
       const routeChecks = {
-        approval: () => this.currentRouteName.includes('approval'),
+        sanctn: () => this.currentRouteName.includes('approval'),
         attendance: () => ['attendance', 'myattendance', 'buseoattendance'].some(name =>
           this.currentRouteName.includes(name)),
         hyuga: () => this.currentRouteName.includes('hyuga'),
Add a comment
List