forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-24 2bcd556961208b80af1cb157633c594faab1eca2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * 徐祥健<xuxj@hugeinfo.com.cn>
 * 2018年7月17日 14:59
 *
 */
 
 
import React from 'react';
// import { Link } from 'react-router-dom';
// import { Modal } from 'antd-mobile';
// import { Icon } from 'antd';
// import chunk from 'lodash/chunk';
// import tree from 'hife/tree';
 
import './style.scss';
 
export default function LinkView({ local ,sed}) {
  return (
    <div className="link-view-main">
      后台中心&nbsp;/&nbsp;{sed}&nbsp;/<span style={{color:'#1790FF'}}>{local}</span>
    </div>
  );
 
}