From f8041f03488f49fcbe5e240ca68b743a8ca1fe7f Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Wed, 8 Sep 2021 11:05:33 +0800 Subject: [PATCH] fix left right icon and canavs center on label annotation --- public/self/labeling.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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