From b786fa52322e1192652ff44a41c39bfed9738006 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 01 二月 2020 16:34:26 +0800 Subject: [PATCH] 2020-02-01 --- src/tabviews/tableshare/actionList/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/tableshare/actionList/index.jsx b/src/tabviews/tableshare/actionList/index.jsx index 31a2425..ff9ac48 100644 --- a/src/tabviews/tableshare/actionList/index.jsx +++ b/src/tabviews/tableshare/actionList/index.jsx @@ -584,6 +584,7 @@ } else if (res && res.ErrCode === '-1') { // 瀹屾垚鍚庝笉鎻愮ず } else if (res.Relogin === 'true') { // 鍒囨崲鐢ㄦ埛鍔熻兘 + sessionStorage.setItem('avatar', res.icon || '') sessionStorage.setItem('UserID', res.UserID) sessionStorage.setItem('SessionUid', Utils.getuuid()) sessionStorage.setItem('LoginUID', res.LoginUID) -- Gitblit v1.8.0