diff --git a/web/src/core/config.js b/web/src/core/config.js index 6c63b15ff..ca7bb6332 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: [] }