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

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


The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
     new 11a37879d update udfManager auth (#4399)
11a37879d is described below

commit 11a37879dcc48a712f6246485dbbd4a5a0f2bac6
Author: aiceflower <[email protected]>
AuthorDate: Wed Mar 22 10:49:44 2023 +0800

    update udfManager auth (#4399)
    
    Co-authored-by: aiceflower <[email protected]>
---
 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 e848ed1b3..671da9e06 100644
--- a/linkis-web/src/apps/linkis/view/linkis/index.vue
+++ b/linkis-web/src/apps/linkis/view/linkis/index.vue
@@ -51,7 +51,7 @@
                       v-for="(item3, index3) in (item.key === '1-9' ? 
urmSideNavList.children : item.key === '1-8' 
?datasourceNavList.children:basedataNavList.children)"
                       :key="index3" @on-click="clickToRoute">
                       <div
-                        v-if="isLogAdmin ? true : item3.key === '1-8-1' || 
item3.key === '1-9-2' || item3.key === '1-9-3' || item3.key === '1-9-1'">
+                        v-if="isLogAdmin ? true : item3.key === '1-8-1' || 
item3.key === '1-9-2' || item3.key === '1-9-1'">
                         <Cell :key="index3" :class="{ crrentItem: crrentItem 
=== item3.key }"
                           :title="item3.name" :name="item3.key" />
                       </div>


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

Reply via email to