export function toErrPageFunc(errInfo){ uni.navigateTo({url: '/pages/error/index?errInfo=' + errInfo}); }