| src/router/route.ts | ●●●●● patch | view | raw | blame | history | |
| src/views/contingency/team/index.vue | ●●●●● patch | view | raw | blame | history |
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
New file @@ -0,0 +1,13 @@ <template> </template> <script> export default { name: "index" } </script> <style scoped> </style>