소스 검색

feat: only admin can view the debugging

Casper Dai 3 년 전
부모
커밋
af37a7a042
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/router/index.js

+ 1 - 0
src/router/index.js

@@ -201,6 +201,7 @@ export const asyncRoutes = [
   {
     path: '/d',
     component: Layout,
+    meta: { roles: [Role.ADMIN] },
     children: [
       {
         path: '',