forked from huge/frontEnd/hugeOA

liyj
2020-06-01 9628c86a6607380dbc7c0191a6055e07c6334657
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, '');
}