I didn’t use Baidu’s rich text
I found a lot about vue-editor and they all handle uploaded images like this
But when I passed it to the background like this, the background couldn't process it and gave me 500 directly
What to do, all the great gods
...This is not a path problem...but the rich text editor converts your image to base64 encoding, and then stores the html tag and your text together
Do you want to save jpg/png/gif files to the database?
This converts the image to base64. Because the background limits the length of this field, an error is reported. So don’t convert it to base64 before uploading