From 341e3be3a989075bd81cdc57ff6a385bf2635bf6 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 29 十月 2024 16:34:56 +0800 Subject: [PATCH] 优化字典数组条件判断 --- src/views/system/user/profile/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/user/profile/index.vue b/src/views/system/user/profile/index.vue index ee644d9..a9cc7e3 100644 --- a/src/views/system/user/profile/index.vue +++ b/src/views/system/user/profile/index.vue @@ -10,7 +10,7 @@ </template> <div> <div class="text-center"> - <userAvatar :user="state.user" /> + <userAvatar /> </div> <ul class="list-group list-group-striped"> <li class="list-group-item"> -- Gitblit v1.9.3