king
2020-01-22 c54724b0590729c677057736bd2d04715dc0c3fb
src/api/index.js
@@ -26,10 +26,10 @@
})
const setCurrentUrl = () => {
  // if (!!(window.history && window.history.pushState)) {
  //   window.history.replaceState(null, null, window.location.href.split('#')[0] + '#/login')
  //   window.location.reload()
  // }
  if (!!(window.history && window.history.pushState)) {
    window.history.replaceState(null, null, window.location.href.split('#')[0] + '#/login')
    window.location.reload()
  }
}
let GlobMap = new Map()