摘要: export const sexList = [ { dictId:0, dictName:'男', dictValue:'0', dictType:'sex', dictyDescription:'性别' }, { dictId:0, dictName:'男', dictValue:'0', di 阅读全文
posted @ 2021-06-15 16:43 云霄紫潭 阅读(109) 评论(0) 推荐(0)
摘要: const TokenKey = "THIS_SESSION-STORAGE_NOT_DEL" **读取** export function getToken(){ return sessionStorage.getItem(TokenKey) } **设置** export function se 阅读全文
posted @ 2021-06-15 16:39 云霄紫潭 阅读(274) 评论(0) 推荐(0)