标签: html reactjs next.js
export function getJwt() { return localStorage.getItem(tokenKey); }
我在nextjs项目中使用的此函数给出了参考错误。