跳转app路径更换

This commit is contained in:
2025-12-28 13:01:48 +08:00
parent 1cc79ba5f5
commit 159ce0fbde

View File

@@ -15,7 +15,8 @@ export default {
name: "goToApp",
methods: {
goAppHandler() {
window.location.href = "rvdriver://page/pagesLogin/phoneLogin?source=h5Link";
// window.location.href = "rvdriver://page/pagesLogin/phoneLogin?source=h5Link";
window.location.href = "rvdriver://page/pages/index/home?source=h5Link";
}
}
}