Skip to content

Commit 7658ff4

Browse files
authored
Update config.js
1 parent bd1aa1f commit 7658ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/core/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const greenText = (text) => `\x1b[32m${text}\x1b[0m`
88
export const config = {
99
appName: 'Gin-Vue-Admin',
1010
showViteLogo: true,
11-
KeepAliveTabs: true,
11+
KeepAliveTabs: false,
1212
logs: []
1313
}
1414

0 commit comments

Comments
 (0)