存储到本地

在data里声明变量,取出存储的数据。

userRoles:localStorage.getItem('userRole')

清除存储的数据

window.localStorage.removeItem('userRole')

你可能感兴趣的:(存储到本地)