06 2021 档案

摘要:export const sexList = [ { dictId:0, dictName:'男', dictValue:'0', dictType:'sex', dictyDescription:'性别' }, { dictId:0, dictName:'男', dictValue:'0', di 阅读全文
posted @ 2021-06-15 16:43 云霄紫潭 阅读(117) 评论(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 云霄紫潭 阅读(281) 评论(0) 推荐(0)
摘要:摘自: https://www.cnblogs.com/ggymx/p/12198506.html https://highlightjs.org/static/demo/ https://github.com/highlightjs/highlight.js const PI = 3.14; 阅读全文
posted @ 2021-06-01 17:26 云霄紫潭 阅读(86) 评论(0) 推荐(0)