Added omix State log print configuration file

This commit is contained in:
LeachZhou 2019-06-29 11:59:15 +08:00 committed by GitHub
parent 1f92805dd9
commit f62ba11fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
const config = {
logger: { //State日志打印设置
isOpen: true // 是否打开State日志打印
}
}
export default config