Commit 6b8c113f authored by lipengcheng 's avatar lipengcheng

docs: api管理文档

parent bb591bd6
......@@ -29,6 +29,7 @@
- [x] `standard-version`自动化发版流程及生成规范化的changelog
- [x] Symbol的在线链接方式引入iconfont
- [x] 新增axios配置:全局拦截器;防止重复请求;路由切换取消当前页面所有pending(可指定)请求;实例中取消请求等
- [x] api统一管理
## 运行
......@@ -112,7 +113,9 @@ npm run prettier
│ ├── index.html
│ └── robots.txt
├── src
│ ├── App.vue // 入口文件
│ ├── App.vue
│ ├── api // api管理、配置
│ │ └── index.js
│ ├── assets // 静态资源目录(样式、图片等),会被webpack打包
│ │ ├── logo.png
│ │ └── style
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment