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