提交 1b22b6fd 编写于 作者: L liuxiaohang

🔥 Remove mp-weixin's AOP of 'navigateTo'

上级 27790c75
import navigateTo from 'uni-helpers/navigate-to'
// import navigateTo from 'uni-helpers/navigate-to'
import redirectTo from '../../helpers/redirect-to'
import previewImage from '../../helpers/normalize-preview-image'
......@@ -15,7 +15,7 @@ function addSafeAreaInsets (result) {
}
export const protocols = {
redirectTo,
navigateTo,
// navigateTo, // 由于在微信开发者工具的页面参数,会显示__id__参数,因此暂时关闭mp-weixin对于navigateTo的AOP
previewImage,
getSystemInfo: {
returnValue: addSafeAreaInsets
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册