This is an automated email from the ASF dual-hosted git repository.

min pushed a commit to branch service-test
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/service-test by this push:
     new dbf38b8  remove redundant component
dbf38b8 is described below

commit dbf38b8a3a481c4e975bdd7a9adb0d9489509f78
Author: nzomkxia <[email protected]>
AuthorDate: Thu Jan 3 16:45:00 2019 +0800

    remove redundant component
---
 dubbo-admin-frontend/src/router/index.js | 5 -----
 1 file changed, 5 deletions(-)

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 @@ export default new Router({
       component: ServiceDetail
     },
     {
-      path: '/test',
-      name: 'ServiceTest',
-      component: ServiceTest
-    },
-    {
       path: '/testMethod',
       name: 'TestMethod',
       component: TestMethod

Reply via email to