소스 검색

修改路由模式为history时,微信登录白屏bug问题

kele 1 년 전
부모
커밋
cb7fa7d646
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sheep/helper/index.js

+ 1 - 1
sheep/helper/index.js

@@ -638,7 +638,7 @@ function pages() {
 export function getRootUrl() {
   let url = '';
   // #ifdef H5
-  url = location.origin + location.pathname;
+  url = location.origin + '/';
 
   if (location.hash !== '') {
     url += '#/';