提交 55b5e684 编写于 作者: 雪洛's avatar 雪洛

Merge branch 'dev' of https://github.com/dcloudio/uni-app into dev

......@@ -60,9 +60,10 @@ function getH5Options (manifestJson) {
let base = h5.router.base
if (base.indexOf('/') !== 0) {
if (base.indexOf('/') !== 0 && base.indexOf('./') !== 0) {
base = '/' + base
}
}
if (base.substr(-1) !== '/') {
base = base + '/'
}
......@@ -98,4 +99,4 @@ module.exports = {
parseManifestJson,
getNetworkTimeout,
getH5Options
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册