Function getDecodeStorage

  • 获取 Storage 加密数据

    Parameters

    • key: string

      存储 key

    • isLocal: boolean = true

      是否 localStorage

    Returns any

    getDecodeStorage("key"); /// 处理过后的 value,不需要再 decode 和解密。