fix: 删除页面console

This commit is contained in:
zhangyu
2021-08-26 09:49:01 +08:00
parent 3ce95f4dc3
commit 039404b451
9 changed files with 1 additions and 12 deletions

View File

@@ -266,7 +266,6 @@ export default {
methods: {
copyValue (item) {
const str = item
// console.log(str)
const domUrl = document.createElement('input')
domUrl.value = JSON.stringify(str)
domUrl.id = 'creatDom'