remove redundant component
diff --git a/dubbo-admin-frontend/src/router/index.js b/dubbo-admin-frontend/src/router/index.js
index 866295a..adfde47 100644
--- a/dubbo-admin-frontend/src/router/index.js
+++ b/dubbo-admin-frontend/src/router/index.js
@@ -45,11 +45,6 @@
       component: ServiceDetail
     },
     {
-      path: '/test',
-      name: 'ServiceTest',
-      component: ServiceTest
-    },
-    {
       path: '/testMethod',
       name: 'TestMethod',
       component: TestMethod