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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 2e0585d8a [Bug] Fix the wrong teamId (#1854)
2e0585d8a is described below

commit 2e0585d8a66bdeadac1a60f1eaaba6905dbff62d
Author: fanrui <[email protected]>
AuthorDate: Sun Oct 16 23:45:13 2022 +0800

    [Bug] Fix the wrong teamId (#1854)
---
 streampark-console/streampark-console-webapp/src/store/modules/user.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampark-console/streampark-console-webapp/src/store/modules/user.js 
b/streampark-console/streampark-console-webapp/src/store/modules/user.js
index 648645576..35ea47eb5 100644
--- a/streampark-console/streampark-console-webapp/src/store/modules/user.js
+++ b/streampark-console/streampark-console-webapp/src/store/modules/user.js
@@ -29,7 +29,7 @@ const user = {
     roles: storage.get(ROLES),
     permissions: storage.get(PERMISSIONS),
     routers: storage.get(USER_ROUTER),
-    teamId: storage.get(USER_ROUTER),
+    teamId: storage.get(TEAM_ID),
     name: '',
     welcome: '',
     avatar: ''

Reply via email to