export default {
data() {
return {}
},
methods: {
navigateTo(url) {
uni.navigateTo({
url
})
navigateBack() {
uni.navigateBack()
}