恢复设置plugin['error-store'].developmentOff设置为false

This commit is contained in:
zhigang.li@tendcloud.com 2018-11-01 18:42:58 +08:00
parent c45d437d3d
commit 46ce4cf26c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export default {
plugin: {
'error-store': {
showInHeader: true, // 设为false后不会在顶部显示错误日志徽标
developmentOff: true // 设为true后在开发环境不会收集错误信息方便开发中排查错误
developmentOff: false // 设为true后在开发环境不会收集错误信息方便开发中排查错误
}
}
}