基于廊坊系统为基础,国防科技大学系统演示Demo
surprise
2024-04-30 c70733d91674915623da7a85ddfa90165cc8641e
1
2
3
export function isExternal(path) {
  return /^(https?:|mailto:|tel:)/.test(path)
}