Wx.navigateTo cannot jump to the page set by tabbar

the first tab of tabbar is set to index,. Another page needs to jump to index, Discovery error can not redirect to a tabbar page,. Is there any solution? Thank you


try wx.reLaunch

wx.reLaunch({
    url: 'xxx',
});

found a way, didn't read the document well, use wx.switchTab

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b4ba-2bad5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b4ba-2bad5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?