微信扫一扫
目录
1、package.json删除cookie的相关依赖"js-cookie": "3.0.1",
2、main.js的Cookies.get更换为localStorage.getItem
相关推荐