diff --git a/public/self/labeling.html b/public/self/labeling.html
index 867d696bc..9f03c4ebc 100644
--- a/public/self/labeling.html
+++ b/public/self/labeling.html
@@ -3,7 +3,7 @@
- PCL数据标注平台V2.0
+ 数据标注平台
@@ -33,6 +33,10 @@
StaticUrlPrefix: '',
csrf: '',
}
+
+ var title_text = sessionStorage.getItem('return_url').split('/')[1]
+ title_text = "数据标注-" + title_text + '-OpenI'
+ document.title = title_text