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

peacewong pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git

commit d803793911b2d35173875ffb806f9ebfde38996e
Author: Jack Xu <[email protected]>
AuthorDate: Fri Sep 16 18:35:31 2022 +0800

    fix: fix gatewayAuthToken routePath
---
 linkis-web/src/apps/linkis/view/linkis/index.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-web/src/apps/linkis/view/linkis/index.vue 
b/linkis-web/src/apps/linkis/view/linkis/index.vue
index 0525bce4c..7dd4d499c 100644
--- a/linkis-web/src/apps/linkis/view/linkis/index.vue
+++ b/linkis-web/src/apps/linkis/view/linkis/index.vue
@@ -121,7 +121,7 @@ export default {
         padding: 0,
         icon: 'ios-options',
         children: [
-          {key: '1-11-1', name: 
this.$t('message.linkis.sideNavList.function.children.gatewayAuthToken'), path: 
'/console/urm/udfManagement'},
+          {key: '1-11-1', name: 
this.$t('message.linkis.sideNavList.function.children.gatewayAuthToken'), path: 
'/console/gatewayAuthToken'},
           {key: '1-11-2', name: 
this.$t('message.linkis.sideNavList.function.children.rmExternalResourceProvider'),
 path: '/console/urm/functionManagement'},
           {key: '1-11-3', name: 
this.$t('message.linkis.sideNavList.function.children.datasourceAccess'), path: 
'/console/datasourceAccess' },
           {key: '1-11-4', name: 
this.$t('message.linkis.sideNavList.function.children.datasourceEnv'), path: 
'/console/datasourceEnv' },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to