Browse Source

fix 修复代码缩进

LiuHao 1 year ago
parent
commit
0442bd638d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -173,7 +173,7 @@ export const dynamicRoutes: RouteRecordRaw[] = [
         path: 'index',
         path: 'index',
         component: () => import('@/views/workflow/leave/leaveEdit.vue'),
         component: () => import('@/views/workflow/leave/leaveEdit.vue'),
         name: 'leaveEdit',
         name: 'leaveEdit',
-        meta: { title: '请假申请', activeMenu: '/demo/leave',noCache:true },
+        meta: { title: '请假申请', activeMenu: '/demo/leave', noCache: true }
       }
       }
     ]
     ]
   }
   }