Linkmed BST Project Data
Post in
六 24 十二月 2022
Authentication
JWT TOKEN = JWT头.有效载荷.签名
- JWT头:一个描述JWT元数据的JSON对象
{
"alg": "HS256", // 签名使用的算法,默认为HMAC SHA256 …
JWT TOKEN = JWT头.有效载荷.签名
{
"alg": "HS256", // 签名使用的算法,默认为HMAC SHA256 …
1)安装依赖
npm install next-plugin-antd-less
npm install classnames
npm install less-loader
2)在next.config.js中加配置
const withAntdLess = require('next-plugin-antd-less');
const nextConfig …
Page 1 / 1