Commit 741244aa authored by wildfirecode13's avatar wildfirecode13

1

parent 27f22d72
This diff is collapsed.
......@@ -4,6 +4,7 @@ import React, { Component } from 'react';
import resList from '../../resconfig/resList'; //import API from '../../api';
import './main.less';
import Select from '../../components/select/select.jsx';
class Main extends Component {
constructor(props) {
......@@ -83,6 +84,8 @@ class Main extends Component {
uuid="40faf764-6304-462f-b91b-53c5aaf04321"
src={this.state.resList['889d6f1e-3707-42b5-a7f2-891643888ce7'].url}
/>
<Select></Select>
</div>
);
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment