Commit 76d55a84 authored by zhangyanni's avatar zhangyanni

Merge remote-tracking branch 'origin/master'

parents 59842313 0b700555
......@@ -236,7 +236,7 @@
}
},
patenten(row){
const zzI = /^(([A-Za-z0-9-~]+)\\.)+([A-Za-z0-9-~\\/])+$/;
const zzI = /^([hH][tT]{2}[pP]:\/\/|[hH][tT]{2}[pP][sS]:\/\/|www\.)(([A-Za-z0-9-~]+)\.)+([A-Za-z0-9-~\/])+$/;
if(zzI.test(row.eventUrl)){
row.editif = true;
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment