Browse Source

fix left right icon and canavs center on label annotation

tags/v1.21.9.1^2
zhoupzh 4 years ago
parent
commit
f7be7529bd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      public/self/labeling.html

+ 2
- 1
public/self/labeling.html View File

@@ -34,7 +34,8 @@
csrf: '',
}

var title_text = sessionStorage.getItem('return_url').split('/')[1]
var title_text = sessionStorage.getItem('return_url').split('/')[2]
console.log(sessionStorage.getItem('return_url').split('/'))
title_text = "数据标注-" + title_text + '-OpenI'
document.title = title_text


Loading…
Cancel
Save