This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
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
4f32acca08
cf0e8ae246
commit
915b238f17
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.createElement
NS
('input')
const cInput = document.createElement('input')
cInput.value = url
document.body.appendChild(cInput)
cInput.select()
Write
Preview
Loading…
Cancel
Save