管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-03-03 38270b3ee920d80ad57e8f60dea8232887861a02
1
2
3
export function isExternal(path) {
  return /^(https?:|mailto:|tel:)/.test(path)
}