Commit 5274c9b3 5274c9b30507d829b645eddc94d779c713678bd8 by yangjun@hikoon.cn

1

1 parent 29a935ee
...@@ -8,7 +8,7 @@ const tim = TIM.create({ ...@@ -8,7 +8,7 @@ const tim = TIM.create({
8 8
9 window.setLogLevel = tim.setLogLevel 9 window.setLogLevel = tim.setLogLevel
10 10
11 // 无日志级别 11 // 4 无日志级别
12 tim.setLogLevel(4) 12 tim.setLogLevel(4)
13 13
14 // 注册 cos 14 // 注册 cos
......