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