mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
import auth from './auth';
|
|
import route from './route';
|
|
import management from './management';
|
|
|
|
export default [...auth, ...route, ...management];
|