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