let reUrl = /(http|https):\/\/([\w.]+\/?)\S*/
                    if (reUrl.test(values.url) === false) {
                      return this.$message.error('请输入以 http 或者 https 开头的url')
                    }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案