Update config.js

This commit is contained in:
PiexlMax(奇淼 2025-11-09 16:10:40 +08:00 committed by GitHub
parent bd1aa1f559
commit 7658ff46c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const greenText = (text) => `\x1b[32m${text}\x1b[0m`
export const config = { export const config = {
appName: 'Gin-Vue-Admin', appName: 'Gin-Vue-Admin',
showViteLogo: true, showViteLogo: true,
KeepAliveTabs: true, KeepAliveTabs: false,
logs: [] logs: []
} }