今天用了localStorage.setItem('authenType', this.radio)对authenType对象进行存储 在获取这个值的时候需要注意,存储的是json的string类型 所以需要JSON.parse(localStorage.getItem('authenType'))
转载于:https://my.oschina.net/u/3608045/blog/1829729
今天用了localStorage.setItem('authenType', this.radio)对authenType对象进行存储 在获取这个值的时候需要注意,存储的是json的string类型 所以需要JSON.parse(localStorage.getItem('authenType'))
转载于:https://my.oschina.net/u/3608045/blog/1829729