赞
踩
在这里插入代码片 ```import React, { Component } from 'react'; import axios from 'axios'; import { RouteChildrenProps } from 'react-router-dom'; interface IPut extends RouteChildrenProps { } class Login extends Component <IPut> { // eslint-disable-next-line @typescript-eslint/no-useless-constructor constructor(props:IPut){ super(props
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。