# robot-management **Repository Path**: kbxiinya/robot-management ## Basic Information - **Project Name**: robot-management - **Description**: 基于react+antd的PC端后台管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-15 - **Last Updated**: 2021-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 接待机器人管理后台 ## Environment Prepare 推荐使用 tyarn 来进行包管理,可以极大地减少 install 的时间和失败的概率,并且完全兼容 npm ```bash npm i yarn tyarn -g tyarn ``` ## Provided Scripts ### 补充依赖 ```bash tyarn ``` ### 启动 ```bash yarn start ``` ### Build project ```bash yarn build ``` ### Check code style ```bash yarn lint ``` You can also use script to auto fix some lint error: ```bash yarn lint:fix ``` ### Test code ```bash yarn test ``` ## 新建菜单 > * 在 `src\pages` 文件下新建页面 > * 将新建页面添加进 `config\aegisRoutes` 路由中 > * 在 `src\locales\zh-CN\menu.ts` 文件中添加新建页面的menu菜单 ## 关于组件 请将页面公共组件写入 `\components\README.md` 中,顺序按components文件列表(首字母顺序)排列 ## More | 环境 | 分支 | 后端地址 | | :----: | :---- | :---- | | 接待机器人管理后台开发环境 | aegis-management | | | 开发环境 | develop | https://t-administration-xfapp.aegis-info.com/swagger-ui.html#/ | | 测试环境 | robot-test | https://t-administration-xfapp.aegis-info.com/swagger-ui.html#/ | | 正式环境 | robot-management | https://administration-xfapp.aegis-info.com/swagger-ui.html# |