import React from 'react' import { baseURL } from '@/utils/http' type Props = { imgName: string clickSon: () => void title: '返回' | '跳过' } function BtnRight({ imgName, clickSon, title }: Props) { return (