From a3c3e7193d2187f595496e60a7bc89d78d9d9d88 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期三, 08 一月 2025 16:23:29 +0800 Subject: [PATCH] 1 --- src/component/Header.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/component/Header.vue b/src/component/Header.vue index 11dd1fc..a9729d1 100644 --- a/src/component/Header.vue +++ b/src/component/Header.vue @@ -4,7 +4,7 @@ <div class="flex a-center j-between"> <div class="flex a-center mr--55 shrink0 pointer"> <div class="mr--24 fs--20 font-bold shrink0 color2">{{ userInfo.userName }}</div> - <img src="../assets/img/bianji@2x.png" class="w--23 h--23" /> + <img @click="$emit('edit')" src="../assets/img/bianji@2x.png" class="w--23 h--23" /> </div> <img src="../assets/img/tuichu@2x.png" class="w--40 h--40 shrink0 pointer" /> </div> -- Gitblit v1.7.1