vue中使用js-cookie

安装js-cookie

npm install js-cookie --save
使用如下
import Cookie from 'js-cookie'
Cookie.set(‘token',token)
Cookie.get('token')

  

posted @ 2020-04-28 10:55  杰_森  阅读(14374)  评论(0)    收藏  举报