/* * 接口路由 */ import file from "./interfaces/file" import auth from "./interfaces/auth" export default{ file, auth }