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-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new 9ca2653 #236
9ca2653 is described below
commit 9ca26534902e28db2f6ce49938c4875621ed1cdc
Author: nzomkxia <[email protected]>
AuthorDate: Fri Jan 11 16:45:34 2019 +0800
#236
---
dubbo-admin-frontend/src/components/ServiceSearch.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-admin-frontend/src/components/ServiceSearch.vue
b/dubbo-admin-frontend/src/components/ServiceSearch.vue
index 088068e..293c6ce 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -245,7 +245,7 @@
return '#/serviceDetail?' + query
},
governanceHref: function (type, service, group, version) {
- let base = '/#/governance/' + type
+ let base = '#/governance/' + type
let query = service
if (group !== null) {
query = group + '/' + query