https://gitee.com/wellington8086/react_newssystem
- React-V18
- React-Router-V6
- Redux
- Vite
- JSON-Server
- Yarn
- Echarts
- lodash
# 安装依赖
yarn
# 开发
yarn dev
# 编译
yarn build
-
登录后要手动刷新页面才显示数据
-
更新新闻时,新闻编辑器换行再写,内容更新不了
-
等等等等.......
async () => {
await setState();
setTimeout(() => {
// 初始化
init();
});
}