import * as React from 'react'import { Layout } from 'antd';import creatHistory from 'history/createHashHistory' //返回上一页这段代码const history = creatHistory();//返回上一页这段代码import './index.less'const { Header, Sider, Content } = Layout;export interface IProps { test?: any history?:any } interface IState { }export default class ReachInfos extends React.Component{ constructor(props: IProps) { super(props) } goBackPage = () => { history.goBack(); //返回上一页这段代码 } render(){ return ( ) }} <返回>返回> 视频详情视频信息:
- 拍摄时间:
- 2018-10-11
- 拍摄地址:
- 雁塔区
{/* */} Sider