Added omix State log print configuration file
This commit is contained in:
parent
1f92805dd9
commit
f62ba11fac
|
@ -0,0 +1,7 @@
|
|||
const config = {
|
||||
logger: { //State日志打印设置
|
||||
isOpen: true // 是否打开State日志打印
|
||||
}
|
||||
}
|
||||
|
||||
export default config
|
Loading…
Reference in New Issue