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