feat: update
This commit is contained in:
8
services/index.ts
Normal file
8
services/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Services 模块统一导出
|
||||
*/
|
||||
|
||||
export { default as authService } from './authService';
|
||||
export { default as userService } from './userService';
|
||||
export { default as tenantService } from './tenantService';
|
||||
|
||||
Reference in New Issue
Block a user