| | |
| | | > |
| | | <el-image |
| | | style="width: 100px; height: 100px" |
| | | :src="'http://192.168.0.80:1598' + userInfo.headImageUrl" |
| | | :src="'http://192.168.2.103:9093' + userInfo.headImageUrl" |
| | | :fit="fit" |
| | | /> |
| | | <!-- <img |
| | | v-if="userInfo.headImageUrl" |
| | | :src="'http://192.168.0.80:5000' + userInfo.headImageUrl" |
| | | :src="'http://192.168.2.103:9093' + userInfo.headImageUrl" |
| | | class="avatar" |
| | | /> |
| | | <el-icon v-else class="avatar-uploader-icon"> |
| | |
| | | ref="upload" |
| | | name="fileInput" |
| | | class="avatar-uploader" |
| | | action="http://192.168.0.80:1598/api/User/SaveFiles" |
| | | action="http://192.168.2.103:9093/api/User/SaveFiles" |
| | | list-type="picture-card" |
| | | :auto-upload="true" |
| | | limit="1" |