An open API service indexing awesome lists of open source software.

https://github.com/zhoubichuan/abstract-antdpro


https://github.com/zhoubichuan/abstract-antdpro

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## 抽象数据管理系统-react 版

```
npm i
```

```
npm run dev
```

- 登陆账号:123456,密码:123456
- 1.当登录成功之后服务器会返回一个 jwt 的 token,里面包含用户信息
- 2.客户端需要把 token 保存在本地 localStorage
- 3.以后每次调用后台接口的时候要带上这个 token ,放在请求头的 authorization
- 4.服务器端可以获取到这个请求头,然后解出用户信息返回