--- order: 0 title: 演示 iframe: 400 --- 基本页脚。 ````jsx import GlobalFooter from 'ant-design-pro/lib/GlobalFooter'; import { Icon } from 'antd'; const links = [{ key: '帮助', title: '帮助', href: '', }, { key: 'github', title: , href: 'https://github.com/ant-design/ant-design-pro', blankTarget: true, }, { key: '条款', title: '条款', href: '', blankTarget: true, }]; const copyright =
Copyright 2017 蚂蚁金服体验技术部出品
; ReactDOM.render(
, mountNode); ````