//index.js var app = getApp() Page({ data: { }, onLoad: function () { }, bindViewTap(){ wx.switchTab({ url:'../dub/dub' }) }, })