From 032c772ddd91d3fcc8695e599027ae4240cef35b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 25 十二月 2020 15:34:01 +0800 Subject: [PATCH] 2020-12-25 --- src/components/tabview/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/tabview/index.jsx b/src/components/tabview/index.jsx index 9f990a9..3a7e507 100644 --- a/src/components/tabview/index.jsx +++ b/src/components/tabview/index.jsx @@ -33,7 +33,7 @@ if (process.env.NODE_ENV === 'production') { service = document.location.origin + '/' + window.GLOB.service + 'zh-CN/' } else { - service = window.GLOB.location + window.GLOB.service + 'zh-CN/' + service = window.GLOB.location + '/' + window.GLOB.service + 'zh-CN/' } class Header extends Component { -- Gitblit v1.8.0