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 2f8083e commit 8d0496dCopy full SHA for 8d0496d
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