diff --git a/src/components/TopNavBar.vue b/src/components/TopNavBar.vue
index 1591452..7f5cb92 100644
--- a/src/components/TopNavBar.vue
+++ b/src/components/TopNavBar.vue
@@ -3,6 +3,8 @@
diff --git a/src/router/router.config.js b/src/router/router.config.js
index 6d72935..69475c2 100644
--- a/src/router/router.config.js
+++ b/src/router/router.config.js
@@ -15,6 +15,7 @@ export const constantRouterMap = [
{
path: '/Tabbar',
name: 'Index',
+ redirect: '/index',
component: () => import('@/views/Tabbar.vue'),
children: [
{
diff --git a/src/views/Tabbar.vue b/src/views/Tabbar.vue
index 13ca48d..2bba8ba 100644
--- a/src/views/Tabbar.vue
+++ b/src/views/Tabbar.vue
@@ -1,19 +1,22 @@
diff --git a/src/views/optimize/index.vue b/src/views/optimize/index.vue
index a60238a..5a189bf 100644
--- a/src/views/optimize/index.vue
+++ b/src/views/optimize/index.vue
@@ -1,8 +1,6 @@