This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new da849a1 update router
da849a1 is described below
commit da849a1d75042fa9435155379f7ac8815910dc69
Author: nzomkxia <[email protected]>
AuthorDate: Thu Apr 25 09:01:35 2019 +0800
update router
---
dubbo-admin-ui/src/router/index.js | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dubbo-admin-ui/src/router/index.js
b/dubbo-admin-ui/src/router/index.js
index f382b2d..35f8a90 100644
--- a/dubbo-admin-ui/src/router/index.js
+++ b/dubbo-admin-ui/src/router/index.js
@@ -30,7 +30,6 @@ import ServiceTest from '@/components/test/ServiceTest'
import ServiceMock from '@/components/test/ServiceMock'
import ServiceMetrics from '@/components/metrics/ServiceMetrics'
import Management from '@/components/Management'
-import Test from '@/components/metrics/Test'
Vue.use(Router)
@@ -96,11 +95,6 @@ export default new Router({
component: ServiceMetrics
},
{
- path: '/metrics/test',
- name: 'Test',
- component: Test
- },
- {
path: '/management',
name: 'Management',
component: Management