fix: avatar page

This commit is contained in:
zzc
2026-01-31 22:01:02 +08:00
parent 1c42598335
commit f9453bae82
4 changed files with 13 additions and 8 deletions

View File

@@ -144,7 +144,7 @@ const goBack = () => {
};
const goHome = () => {
uni.reLaunch({
uni.switchTab({
url: "/pages/index/index",
});
};