We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e733d1c commit 72abaacCopy full SHA for 72abaac
1 file changed
src/views/Index/index.js
@@ -4,22 +4,8 @@ import ContentMain from '../../components/ContentMain';
4
import SiderNav from '../../components/SiderNav';
5
import Avatar from '../Avatar'
6
import './index.css';
7
-import gl_ajax from '../../api/index';
8
const { Header, Content, Footer} = Layout;
9
export default class Index extends Component {
10
- handleClick(){
11
- gl_ajax({
12
- method:'get',
13
- url:'/hello',
14
- data:{},
15
- success(res){
16
-
17
- },
18
- error(err){
19
20
- }
21
- });
22
23
render() {
24
return (
25
<Layout>
0 commit comments