|
|
@ -56,7 +56,7 @@ export default { |
|
|
if (!this.dataForm.sourceUrl) { |
|
|
if (!this.dataForm.sourceUrl) { |
|
|
this.dataForm.sourceUrl = 'unknown'; |
|
|
this.dataForm.sourceUrl = 'unknown'; |
|
|
} |
|
|
} |
|
|
|
|
|
this.dataForm.sourceUrl = this.dataForm.sourceUrl.replace(/\/+$/, ''); |
|
|
console.log("来源网址:", this.dataForm.sourceUrl); |
|
|
console.log("来源网址:", this.dataForm.sourceUrl); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|