I use Upload upload under element ui. I should just select photos in the album, but I can take photos in ios.
what I want is Chinese
<el-upload
class="upload-demo"
ref="upload"
drag
:on-success="handleAvatarSuccess"
:auto-upload="false"
:action="actionUrl"
:on-change="handleChange"
multiple
:on-exceed="onExceed"
:show-file-list="false"
:http-request="uploadFile"
>
<i class="el-icon-plus add"></i>
could you tell me what this is all about? How to solve it