import user from './api/user'//个人中心 相关接口 import reportStudent from "./api/reportStudent"; import personalProfile from "./api/personalProfile"; export default { user, reportStudent, personalProfile, }