Mino
Results
1
issues of
Mino
### 这个功能解决了什么问题? commit(ef41ee3):“fix(route.js):调用方法错误” 在这次commit修改中,将deepClone修改为deepMerge了。 导致调用this.$u.route({ utl: "/pages/xx/xx", type: "tab" })时,mergeConfig的type永远是navigateTo; 造成route无法正常跳转。 ### 你期望的 API 是怎样的? ``` mergeConfig = uni.$u.deepClone(options, this.config) ```