This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
去除console打印信息
tags/v1.22.12.2^2
zhoupzh
2 years ago
parent
8de31e8bf0
commit
2f01491f94
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
templates/repo/cloudbrain/new.tmpl
+0
-1
web_src/js/components/dataset/selectDataset.vue
+ 0
- 1
templates/repo/cloudbrain/new.tmpl
View File
@@ -217,7 +217,6 @@
{{template "base/footer" .}}
<script src="{{StaticUrlPrefix}}/js/specsuse.js?v={{MD5 AppVer}}" type="text/javascript"></script>
<script>
console.log({{DebugAttachSize}});
let form = document.getElementById('form_id');
$('#messageInfo').css('display', 'none')
function clearValue() {
+ 0
- 1
web_src/js/components/dataset/selectDataset.vue
View File
@@ -771,7 +771,6 @@ export default {
.then((res) => {
this.loadingCurrent = false;
let data = JSON.parse(res.data.data);
console.log(data);
this.currentDatasetList = this.transformeTreeData(
data,
"currentTree",
Write
Preview
Loading…
Cancel
Save