forked from huge/frontEnd/hugeOA

..
liyj
2020-06-24 d896af364e0be1c2e0a48402ed59d00e0804f931
src/utils/utils.js
@@ -8,4 +8,9 @@
  s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1);
  const id = s.join('');
  return id;
}
}
// 去除富文本的特殊标签符号
export function emoveTAG(str) {
  return str.replace(/<[^>]+>/g, '');
}