React实现后台管理系统(二)

使用antd中的Tag组件实现,在components文件夹下新建tag/index.js以及index.css文件。使用mock模拟登录接口返回token,存入localStorage来判断用户是否登录。_rea...