king
2020-12-25 e843aabbda5e8761b6a8af0fe85119bdcf5b3fe8
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 {