控制台报错:Uncaught SyntaxError: Unexpected token u in JSON at position 0 at JSON.parse (<anonymous>)

 
控制台报错:Uncaught SyntaxError: Unexpected token u in JSON at position 0 at JSON.parse ()页面不加载
在这里插入图片描述

您的应用正在尝试解析未定义的 JSON Web 令牌。此类故障可能是由于本地存储使用不当造成的。尝试清除本地存储。

解决方案
	谷歌浏览器示例:
		- F12
		- 应用   Application
		- 本地存储  Local Storage
		- 全部清除  Clear All
	
	
	或者   控制台  Comsole
		输出  localStorage.clear()   回车

版权声明:本文为estrusKing原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。