This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
回退上一次修改
tags/v1.22.6.1^2
OpenIhu
3 years ago
parent
9b1e74a7c8
commit
cf0e8ae246
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