src/router/route.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/contingency/team/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/router/route.ts
@@ -27,6 +27,22 @@ button:'121231' }, }, { path: '/team', name: 'team', component: () => import('/@/views/contingency/team/index.vue'), meta: { title: 'message.router.team', isLink: '', isHide: false, isKeepAlive: true, isAffix: true, isIframe: false, roles: ['admin', 'common'], icon: 'iconfont icon-shouye', button:'121231' }, }, ], }, ]; src/views/contingency/team/index.vue
对比新文件 @@ -0,0 +1,13 @@ <template> </template> <script> export default { name: "index" } </script> <style scoped> </style>