diff --git a/src/router/index.js b/src/router/index.js index 84e46eb..d850ab5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -64,15 +64,7 @@ export const constantRoutes = [ { path: '', component: Layout, - redirect: '/sloworder/index', - children: [ - { - path: 'index', - component: () => import('@/views/index'), - name: 'Index', - meta: { title: '首页', icon: 'dashboard', affix: true } - } - ] + redirect: '/sloworder/index' }, { path: '/user', diff --git a/src/views/index.vue b/src/views/index.vue deleted file mode 100644 index f8bd2fc..0000000 --- a/src/views/index.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - 欢迎使用京粉订单管理系统 - - - 系统首页 - 这是一个基于若依框架开发的京粉订单管理系统,提供完整的订单管理、转链工具、指令执行等功能。 - - - - - - 订单管理 - 全面的京粉订单管理功能 - - - - - - 一键转链 - 快速转换京东商品链接 - - - - - - 系统管理 - 完善的系统配置管理 - - - - - - - - - - - - -
这是一个基于若依框架开发的京粉订单管理系统,提供完整的订单管理、转链工具、指令执行等功能。
全面的京粉订单管理功能
快速转换京东商品链接
完善的系统配置管理