NextJS ReferenceError:未定义localStorage

时间:2019-12-25 11:39:14

标签: html reactjs next.js

export function getJwt() {
  return localStorage.getItem(tokenKey);
}

我在nextjs项目中使用的此函数给出了参考错误。

0 个答案:

没有答案