提交 06c58e1b 编写于 作者: 雪洛's avatar 雪洛

fix: using url as base cause unexpected redirect

上级 8ea0b4a9
......@@ -44,6 +44,8 @@ export function uniManifestJsonPlugin(): Plugin {
}
if (!router.base) {
router.base = '/'
} else {
router.base = new URL(router.base, 'http://localhost').pathname
}
const async = { ...defaultAsync, ...((h5 && h5.async) || {}) }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册