From d71918183417ed9eea7f048823702d9e692325f1 Mon Sep 17 00:00:00 2001 From: lt Date: Mon, 27 Apr 2026 22:06:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E4=BF=AE=E5=A4=8D=20Vue=20=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=88=9D=E5=A7=8B=E5=8C=96=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - currentUser 初始化改为 { username: '' }(之前遗漏空字符串) - 通过 node --check 验证语法正确 --- platform/frontend/topics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/frontend/topics.html b/platform/frontend/topics.html index 266d0d5..55364db 100644 --- a/platform/frontend/topics.html +++ b/platform/frontend/topics.html @@ -189,7 +189,7 @@ const TopicsApp = { currentPage: 'topics', isLoggedIn: false, isAdmin: false, - currentUser: { username: }, + currentUser: { username: '' }, loadingTable: false, selectedTopicIds: [], filterStatus: '',