You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
631 B
34 lines
631 B
import React, { Component } from 'react';
|
|
|
|
import {Input, Select, Radio, Checkbox, Popconfirm, message, Modal,Icon,DatePicker,Breadcrumb,Upload,Button,notification, Tooltip,Tabs} from 'antd';
|
|
|
|
import axios from 'axios';
|
|
|
|
import './css/TPMsettings.css';
|
|
|
|
import { getImageUrl, toPath, getUrl ,appendFileSizeToUploadFileAll, getUploadActionUrl} from 'educoder';
|
|
|
|
|
|
|
|
export default class Shixuninformation extends Component {
|
|
constructor(props) {
|
|
super(props)
|
|
this.state = {
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
render() {
|
|
|
|
return (
|
|
<div className="educontent mb50 edu-back-white padding10-20">
|
|
1111
|
|
</div>
|
|
);
|
|
}
|
|
}
|
|
|
|
|