const navto = function (uri) { uni.navigateTo({url: uri}) } export default navto;