feat: 跳转地址提示
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 47s

This commit is contained in:
sexygoat
2026-04-24 14:59:02 +08:00
parent bcc63f508a
commit f51c8d912b

View File

@@ -129,7 +129,9 @@
};
const goBack = () => {
uni.navigateBack();
uni.navigateTo({
url: '/pages/index/index'
})
};
</script>