mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-24 13:30:19 +08:00
feat(projects): 添加请求适配adapter层应用的示例页面
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user