From dac9cd1b5c7caa9ad6cdf1e12ae9df0b5d2f6b8b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 14 Jan 2026 10:36:40 +0800 Subject: [PATCH] bugfix --- wwwroot/user/logout.dspy | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/wwwroot/user/logout.dspy b/wwwroot/user/logout.dspy index 30bacf3..7436688 100644 --- a/wwwroot/user/logout.dspy +++ b/wwwroot/user/logout.dspy @@ -1,23 +1,9 @@ await forget_user() return { - "widgettype":"Message", + "widgettype":"Text", "options":{ - "title":"Message", - "message":"logout success", - "auto_open":True, - "anthor":"cc", - "timeout":3 - }, - "binds":[ - { - "wid":"self", - "event":"dismissed", - "actiontype":"urlwidget", - "target":"window.user_contianer", - "options":{ - "url":entire_url('userinfo.ui') - } - } - ] + "otext":"logout success", + "i18n":True, + } }