Browse Source

Merge pull request 'fix issue' (#2175) from fix-2054 into V20220601

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2175
Reviewed-by: liuzx <liuzx@pcl.ac.cn>
tags/v1.22.5.2^2
liuzx 3 years ago
parent
commit
01c06fb7cb
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

@@ -3923,7 +3923,7 @@ function initVueDataset() {
this.getTypeList()

if (!!document.getElementById('dataset-repolink-init')) {
this.cloudbrainType = location.href.indexOf('cloudbrain/train-job/create') !== -1 ? 0 : 1
this.cloudbrainType = location.href.indexOf('cloudbrain') !== -1 ? 0 : 1
this.getCurrentRepoDataset(this.repolink, this.cloudbrainType)
}



Loading…
Cancel
Save