feat(projects): 添加请求适配adapter层应用的示例页面

This commit is contained in:
Soybean
2022-07-30 22:16:42 +08:00
parent f6b61418e5
commit 8d11a6affc
14 changed files with 228 additions and 86 deletions

View File

@@ -1,4 +1,5 @@
import auth from './auth';
import route from './route';
import management from './management';
export default [...auth, ...route];
export default [...auth, ...route, ...management];