From e843aabbda5e8761b6a8af0fe85119bdcf5b3fe8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 25 十二月 2020 15:09:06 +0800 Subject: [PATCH] bms 登录 --- 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