소스 검색

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

dap 1 년 전
부모
커밋
3e44c14286
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }
       }
     ]
   }