We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bd3b1 commit ef41ee3Copy full SHA for ef41ee3
uview-ui/libs/function/route.js
@@ -54,7 +54,7 @@ class Router {
54
mergeConfig.url = this.mixinParam(options, params)
55
mergeConfig.type = 'navigateTo'
56
} else {
57
- mergeConfig = uni.$u.deepClone(options, this.config)
+ mergeConfig = uni.$u.deepMerge(options, this.config)
58
// 否则正常使用mergeConfig中的url和params进行拼接
59
mergeConfig.url = this.mixinParam(options.url, options.params)
60
}
0 commit comments