? ? wx.switchTab({
? ? ? ? url:'/project/index',
? ? ? ? success(){
? ? ? ? ? const page = getCurrentPages().pop();
? ? ? ? ? if(page == undefined || page == null) return;
? ? ? ? ? page.onLoad()
? ? ? ? }
? ? ? })