redirectTo:fail url not in app.json
redirectTo的写法如下:
wx.redirectTo({
“url”:“page/index/index”
});
已经在app.json中的pages中加入了该路径
2 回复
redirectTo的写法如下:
wx.redirectTo({
“url”:“page/index/index”
});
已经在app.json中的pages中加入了该路径