瀏覽代碼

修改路由模式为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 += '#/';