From 7658ff46c385ed934b70006d3432d53f5d5ca1e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PiexlMax=28=E5=A5=87=E6=B7=BC?= <165128580+pixelmaxQm@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:10:40 +0800 Subject: [PATCH] Update config.js --- web/src/core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/core/config.js b/web/src/core/config.js index 6c63b15f..ca7bb633 100644 --- a/web/src/core/config.js +++ b/web/src/core/config.js @@ -8,7 +8,7 @@ const greenText = (text) => `\x1b[32m${text}\x1b[0m` export const config = { appName: 'Gin-Vue-Admin', showViteLogo: true, - KeepAliveTabs: true, + KeepAliveTabs: false, logs: [] }