WeChat Mini Programs path path can not jump, can not find the problem!

this path cannot be accessed

../kecheng/index

this path can be accessed

../kecheng/content/index

current path page/faxian/index
destination path page/kecheng/index
destination subpath page/kecheng/content/index

registered in

app.json


have you ever tried an absolute path

/page/kecheng/index

the default jump mode of navigator is that navigateTo, cannot open a tabbar page. You can check whether.. / kecheng/index is a tabbar page


visually it should be a problem of switching tabBar pages. Add open-type= "switchTab"

to navigator.
Menu