committed by
陈帅
29 changed files with 30 additions and 30 deletions
@ -1,6 +1,6 @@ |
|||
import React, { Fragment } from 'react'; |
|||
import { Layout, Icon } from 'antd'; |
|||
import GlobalFooter from '../../components/GlobalFooter'; |
|||
import GlobalFooter from '../components/GlobalFooter/index'; |
|||
|
|||
const { Footer } = Layout; |
|||
const FooterView = () => ( |
|||
@ -1,9 +1,9 @@ |
|||
import React, { Fragment } from 'react'; |
|||
import { Link } from 'dva/router'; |
|||
import { Icon } from 'antd'; |
|||
import GlobalFooter from '../../components/GlobalFooter'; |
|||
import GlobalFooter from '../components/GlobalFooter/index'; |
|||
import styles from './UserLayout.less'; |
|||
import logo from '../../assets/logo.svg'; |
|||
import logo from '../assets/logo.svg'; |
|||
|
|||
const links = [ |
|||
{ |
|||
Loading…
Reference in new issue