Commit 1d3a1e65 by chenshu

fix:merge

parent 149585e0
......@@ -301,7 +301,6 @@ class AddGraphicsCourse extends React.Component {
//上传图片
uploadCoverImage = (imageFile) => {
debugger
const { folderName } = imageFile;
const fileName = window.random_string(16) + folderName.slice(folderName.lastIndexOf("."));
const self = this;
......
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