Skip to content

Commit 8d0496d

Browse files
committed
update: 默认关闭tab自动keepalive
1 parent 2f8083e commit 8d0496d

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)