Files
ClassContent/历届学生/陈一航/项目/baoheapp/src/http/service/index.js
2024-09-27 02:06:13 +08:00

8 lines
174 B
JavaScript

import InfoService from "./InfoService";
import IndexService from "./IndexService";
export default {
InfoService: new InfoService(),
IndexService: new IndexService(),
}