From 4d428b9d94dcdf2c9a3d00d7648cbb59494de96d Mon Sep 17 00:00:00 2001 From: yys <47@gamerwa.com> Date: Mon, 13 Apr 2026 09:53:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BB=E5=BD=95=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=88=B0=E7=94=9F=E6=88=90=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portal-ui/src/views/VideoGen.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/portal-ui/src/views/VideoGen.vue b/portal-ui/src/views/VideoGen.vue index 6cdd421..791f963 100644 --- a/portal-ui/src/views/VideoGen.vue +++ b/portal-ui/src/views/VideoGen.vue @@ -1201,6 +1201,7 @@ export default { this.$message.warning('任务已完成但未返回视频地址,请稍后重试或联系管理员') } this.destroyInterval() + this.$store.dispatch('user/getInfo').catch(() => {}) this.refreshChatFirstPage() return }