diff --git a/sheep/helper/index.js b/sheep/helper/index.js index 7a9504d2..38e6afeb 100644 --- a/sheep/helper/index.js +++ b/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 += '#/';