mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-03-24 22:42:26 +00:00
9 lines
155 B
TypeScript
9 lines
155 B
TypeScript
import { BaseService } from "./base";
|
|
|
|
// @ts-ignore
|
|
export const service: Eps.Service = {
|
|
request: new BaseService().request
|
|
};
|
|
|
|
export * from "./base";
|