Browse Source

回退上一次修改

tags/v1.22.6.1^2
OpenIhu 3 years ago
parent
commit
cf0e8ae246
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js View File

@@ -3955,7 +3955,7 @@ function initVueDataset() {
},
methods: {
copyUrl(url) {
const cInput = document.createElementNS('input')
const cInput = document.createElement('input')
cInput.value = url
document.body.appendChild(cInput)
cInput.select()


Loading…
Cancel
Save