This commit is contained in:
liushiwei
2023-10-16 10:18:31 +08:00
parent 0a1f6f1105
commit af84e9fca6
7 changed files with 22 additions and 30 deletions

View File

@@ -80,7 +80,6 @@ export default {
}
},
created () {
console.log(this.params?.url)
if (this.params?.url) {
this.form.url = this.params.url
}