Browse Source

Merge branch 'dev' of https://gitee.com/JavaLionLi/plus-ui into dev

dap 1 year ago
parent
commit
3e44c14286
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',
         component: () => import('@/views/workflow/leave/leaveEdit.vue'),
         name: 'leaveEdit',
-        meta: { title: '请假申请', activeMenu: '/demo/leave',noCache:true },
+        meta: { title: '请假申请', activeMenu: '/demo/leave', noCache: true }
       }
     ]
   }