获取缓存数据
import { getStorage } from '@suplink/jssdk'; getStorage({ key: 'name' }).then((res) => console.log(res))