"[{\"name\":\"image.jpg\",\"ext\":{\"size\":4068619},\"url\":\"renwu_afea67b6171f0cb9404b85db67fc702f.jpg\"}]"
SyntaxError: Unexpected token \ in JSON at position 2
at JSON.parse (<anonymous>)
at eval (detail-admin.vue?a020:434)
at Array.forEach (<anonymous>)
at eval (detail-admin.vue?a020:417)
你的字符应该不是你贴出来的。
可以使用正则来去掉
str.replace(/\\"/g, '"')
,把str中的\"
替换为"