diff --git a/src/router/index.js b/src/router/index.js
index 9c65831..a4e1c40 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -64,27 +64,13 @@ export const constantRoutes = [
{
path: '',
component: Layout,
- redirect: '/canteen/index',
- // children: [
- // {
- // path: 'index',
- // component: () => import('@/views/index'),
- // name: 'Index',
- // meta: { title: '首页', icon: 'dashboard', affix: true }
- // }
- // ]
- },
- {
- path: '/canteen',
- component: Layout,
- hidden: true,
- redirect: 'noredirect',
+ redirect: '/index',
children: [
{
path: 'index',
component: () => import('@/views/index_v1'),
- name: 'Profile',
- meta: { title: '首页', icon: 'dashboard' }
+ name: 'Index',
+ meta: { title: '首页', icon: 'dashboard', affix: true }
}
]
},
diff --git a/src/settings.js b/src/settings.js
index 7293dca..178799f 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -12,7 +12,7 @@ module.exports = {
/**
* 是否显示顶部导航
*/
- topNav: true,
+ topNav: false,
/**
* 是否显示 tagsView
diff --git a/src/views/certificate/certificateReturnManage/certificateAtake/index.vue b/src/views/certificate/certificateReturnManage/certificateAtake/index.vue
index a6f3312..24dde7d 100644
--- a/src/views/certificate/certificateReturnManage/certificateAtake/index.vue
+++ b/src/views/certificate/certificateReturnManage/certificateAtake/index.vue
@@ -90,7 +90,6 @@
-