From fa837d5f98b6d66185d5fb171948d90bd5acd793 Mon Sep 17 00:00:00 2001
From: 艺术家 <10819716+q100102@user.noreply.gitee.com>
Date: 星期三, 11 六月 2025 17:14:37 +0800
Subject: [PATCH] 代码提交
---
项目代码/可视化大屏/client/src/views/system/UserInfo.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/system/UserInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/system/UserInfo.vue"
index a9cd1d0..0f5fc2d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/system/UserInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/system/UserInfo.vue"
@@ -11,12 +11,12 @@
>
<el-image
style="width: 100px; height: 100px"
- :src="'http://192.168.2.103:9093' + userInfo.headImageUrl"
+ :src="'http://192.168.1.103:9093' + userInfo.headImageUrl"
:fit="fit"
/>
<!-- <img
v-if="userInfo.headImageUrl"
- :src="'http://192.168.2.103:9093' + userInfo.headImageUrl"
+ :src="'http://192.168.1.103:9093' + userInfo.headImageUrl"
class="avatar"
/>
<el-icon v-else class="avatar-uploader-icon">
@@ -163,7 +163,7 @@
ref="upload"
name="fileInput"
class="avatar-uploader"
- action="http://192.168.2.103:9093/api/User/SaveFiles"
+ action="http://192.168.1.103:9093/api/User/SaveFiles"
list-type="picture-card"
:auto-upload="true"
limit="1"
--
Gitblit v1.9.3