Browse Source

feat: only admin can view the debugging

Casper Dai 3 năm trước cách đây
mục cha
commit
af37a7a042
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: '',