Browse Source

Merge branch 'web-0601' of https://git.openi.org.cn/OpenI/aiforge into web-0601

pull/2272/head
Gitea 3 years ago
parent
commit
915b238f17
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