Update config.js
This commit is contained in:
parent
bd1aa1f559
commit
7658ff46c3
|
|
@ -8,7 +8,7 @@ const greenText = (text) => `\x1b[32m${text}\x1b[0m`
|
||||||
export const config = {
|
export const config = {
|
||||||
appName: 'Gin-Vue-Admin',
|
appName: 'Gin-Vue-Admin',
|
||||||
showViteLogo: true,
|
showViteLogo: true,
|
||||||
KeepAliveTabs: true,
|
KeepAliveTabs: false,
|
||||||
logs: []
|
logs: []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue