diff --git a/src/router/routes/home.js b/src/router/routes/home.js index 6fa5ac8..f52a53f 100644 --- a/src/router/routes/home.js +++ b/src/router/routes/home.js @@ -1,16 +1,5 @@ import { SmileOutlined } from '@ant-design/icons-vue' export default [ - { - path: 'home', - name: 'home', - component: 'home/index.vue', - meta: { - icon: SmileOutlined, - title: '欢迎页', - isMenu: true, - keepAlive: true, - permission: '*', - }, - }, + ]