SilurianYang / uni-simple-router

A simple, lightweight 'uni-app' routing plugin
https://v2.hhyang.cn/v2/
MIT License
749 stars 163 forks source link

h5配置aliasPath无法重定向路由 #457

Closed rowan-wang closed 1 year ago

rowan-wang commented 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"]
SilurianYang commented 1 year ago

你可以选择使用 v3.0版本 或者进行404捕捉重定向