Browse Source

去除console打印信息

tags/v1.22.12.2^2
zhoupzh 2 years ago
parent
commit
2f01491f94
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      templates/repo/cloudbrain/new.tmpl
  2. +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",


Loading…
Cancel
Save