Closed rowan-wang closed 1 year ago
[问题描述]
aliasPath设置无效,浏览器内输入aliasPath重命名的url无效
复现步骤
{ "path": "pages/detail/detail", "aliasPath": "/shopDetail", "name": "shopDetail", "style": { "navigationBarTitleText": "", } } ``` ` [或者可以直接贴源代码] **预期结果** 页面使用uni.navigateTo({url: '/pages/detail/detail'})跳转时重定向到/shopDetail **实际结果** [这里请贴上你的报错截图或文字] 跳转到pages/detail/detail,且页面空白 ![image](http://cdn.iwangw.com/WeChat06c699c6c2e6815d286f7b6694f4512e.png) **系统信息:** - uni-simple-router版本 ["^2.0.7"]
你可以选择使用 v3.0版本 或者进行404捕捉重定向
[问题描述]
aliasPath设置无效,浏览器内输入aliasPath重命名的url无效
复现步骤