This commit is contained in:
parent
eb53a83701
commit
7216dc8927
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue