panhui 3 年之前
父節點
當前提交
674120bd43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/plugins/chat.js

+ 1 - 1
src/plugins/chat.js

@@ -88,7 +88,7 @@ function initChat() {
         .then(res => {
             store.commit('setNeteaseUser', res);
             nim = new NIM({
-                debugLevel: 'debug', // 是否开启日志,将其打印到console。集成开发阶段建议打开。
+                debugLevel: 'off', // 是否开启日志,将其打印到console。集成开发阶段建议打开。
                 appkey: '872dd9d0a0f8eda25b579654745db459',
                 account: store.state.userInfo.id, //账号
                 token: res.token,