@blueking/monitor-apm-log 2.3.13 → 2.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/main.js +0 -7
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -54160,11 +54160,8 @@ class RetrieveHelper extends base {
54160
54160
  */
54161
54161
  setIndexsetId(idList, type) {
54162
54162
  let fireEvent = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
54163
- console.log('window.__IS_MONITOR_COMPONENT__ = ', window.__IS_MONITOR_COMPONENT__);
54164
- console.log('setIndexsetId !!!', idList, type, fireEvent);
54165
54163
  // 监控下的关联日志需要再浏览器本地记住最近一次使用的索引集
54166
54164
  if (window.__IS_MONITOR_COMPONENT__) {
54167
- console.log('设置到本地');
54168
54165
  localStorage.setItem('MONITOR_LOG_RECENT_INDEX_SET_ID', JSON.stringify(idList));
54169
54166
  }
54170
54167
  this.indexSetIdList = idList;
@@ -221770,18 +221767,14 @@ var sub_bar_component = normalizeComponent(
221770
221767
  let defaultId = '';
221771
221768
  if (memoryIdStr) {
221772
221769
  const memoryId = JSON.parse(memoryIdStr)[0];
221773
- console.log('init defaultId = ', memoryId);
221774
221770
  const defaultValidItem = resp.find(item => item.index_set_id === memoryId);
221775
- console.log('defaultValidItem = ', defaultValidItem);
221776
221771
  if (defaultValidItem) {
221777
221772
  defaultId = memoryId;
221778
221773
  }
221779
221774
  }
221780
221775
  if (!defaultId) {
221781
221776
  const dataValidItem = resp.find(item => item.tags.every(tag => tag.tag_id !== 4));
221782
- console.log('dataValidItem = ', dataValidItem);
221783
221777
  defaultId = `${dataValidItem.index_set_id}`;
221784
- console.log('默认id = ', defaultId);
221785
221778
  }
221786
221779
  store.commit('updateIndexItem', {
221787
221780
  ids: [defaultId],
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@blueking/monitor-apm-log","version":"2.3.13","description":"","main":"main.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"MIT"}
1
+ {"name":"@blueking/monitor-apm-log","version":"2.3.14","description":"","main":"main.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"MIT"}