diff --git a/public/self/labeling.html b/public/self/labeling.html
index 9f03c4ebc..820838aa0 100644
--- a/public/self/labeling.html
+++ b/public/self/labeling.html
@@ -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