|
@@ -59,7 +59,7 @@ const handleApply = async (file) => {
|
|
|
let b = file.url.indexOf('/') > -1;
|
|
let b = file.url.indexOf('/') > -1;
|
|
|
let split = b ? file.url.split('/') : file.url;
|
|
let split = b ? file.url.split('/') : file.url;
|
|
|
const name = {
|
|
const name = {
|
|
|
- url: b ? split[split.length - 1] : file.url,
|
|
|
|
|
|
|
+ url: file.url,
|
|
|
path: path,
|
|
path: path,
|
|
|
x: 100,
|
|
x: 100,
|
|
|
y: 50,
|
|
y: 50,
|