Commit 26bdf550 by chenjinjing

no message

parent 1d0873fa
......@@ -29,7 +29,7 @@ export function getUrl(url, urlName) {
* @returns
*/
export function getFileUrl(data, token, userid) {
let fileNameInfo = JSON.parse(data.fileName);
let fileNameInfo = JSON.parse(data);
let fileNameList = [];
for(let i = 0; i < fileNameInfo.length; i++) {
let fileType = fileNameInfo[i].slice(0, 1);
......
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