This commit is contained in:
cwchen 2024-03-27 09:46:09 +08:00
parent eb53a83701
commit 7216dc8927
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
const token = sessionStorage.getItem("zhgd_token");
const us = sessionStorage.getItem("zhgd_us");
const zhgd_type = sessionStorage.getItem("zhgd_type");
const roleCode = JSON.parse(us).roleCode;
const orgId = JSON.parse(us).orgId;
const userId = JSON.parse(us).userId;
/* 退出登录 */
function loginout(type) {
if (type) {