function Back (duration = 1500) { setTimeout(() => { uni.navigateBack() }, duration) } export default { Back }