We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1aa1f commit 7658ff4Copy full SHA for 7658ff4
web/src/core/config.js
@@ -8,7 +8,7 @@ const greenText = (text) => `\x1b[32m${text}\x1b[0m`
8
export const config = {
9
appName: 'Gin-Vue-Admin',
10
showViteLogo: true,
11
- KeepAliveTabs: true,
+ KeepAliveTabs: false,
12
logs: []
13
}
14
0 commit comments