瀏覽代碼

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: '',