refactor(projects): axios封装完成

This commit is contained in:
Soybean
2021-11-23 00:23:43 +08:00
parent 451c7547af
commit 03b398af2f
21 changed files with 332 additions and 145 deletions

View File

@ -1,2 +1,4 @@
export * from './system';
export * from './route';
export * from './service';
export * from './api';