Update config.js

This commit is contained in:
PiexlMax(奇淼
2025-11-09 16:10:40 +08:00
committed by GitHub
parent bd1aa1f559
commit 7658ff46c3

View File

@@ -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: []
}