Local image upload.

Find the relevant code URL for image upload from element-ui: Component | Element

  1. Change the path of the image

  1. Copy and upload related picture browsing and picture verification method before uploading (copy)

  1. Write the back-end file upload method, here is the upload method that defines the starter by yourself

Normal image upload backend method:

  1. Assign the value of the image

  1. Display pictures in the list, just pass in the path

  1. Add config configuration (complete image upload)

Guess you like

Origin blog.csdn.net/String_new/article/details/129417363