From b9260c7807d064f2b77ef9e92005a8c3257ec2e1 Mon Sep 17 00:00:00 2001 From: pengwei <2071057782@qq.com> Date: 星期四, 15 五月 2025 15:27:07 +0800 Subject: [PATCH] 代码提交 --- 项目代码/伸缩杆/client/src/views/tts/DataLogging/Datalogging.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/views/tts/DataLogging/Datalogging.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/views/tts/DataLogging/Datalogging.vue" index 082070b..6a1ff74 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/views/tts/DataLogging/Datalogging.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/views/tts/DataLogging/Datalogging.vue" @@ -106,7 +106,7 @@ <template #default="scope"> <el-image style="width: 5rem; height: 5rem" - :src="'http://192.168.0.80:1598' + scope.row.headImageUrl" + :src="'http://192.168.2.103:9093' + scope.row.headImageUrl" show-progress :initial-index="4" fit="cover" @@ -150,7 +150,7 @@ <template #default="scope"> <el-image style="width: 5rem; height: 5rem" - :src="'http://192.168.0.80:1598' + scope.row.headImageUrl" + :src="'http://192.168.2.103:9093' + scope.row.headImageUrl" show-progress :initial-index="4" fit="cover" @@ -199,7 +199,7 @@ <template #default="scope"> <el-image style="width: 5rem; height: 5rem" - :src="'http://192.168.0.80:1598' + scope.row.headImageUrl" + :src="'http://192.168.2.103:9093' + scope.row.headImageUrl" show-progress :initial-index="4" fit="cover" -- Gitblit v1.9.3