首页跳转后的页面更换

This commit is contained in:
minimaxagent1 2025-07-30 09:31:34 +08:00
parent 1cd1f8d4ea
commit 1d4b543b0c

View File

@ -62,11 +62,11 @@
} }
}); });
}, },
async ceshi() { async ceshi() {
uni.switchTab({ uni.navigateTo({
url: '/pages/index/index' url: '/pages/nearbystores/index'
}) })
}, },
} }
} }
</script> </script>