h5链接替换

This commit is contained in:
2025-12-28 12:04:21 +08:00
parent c3bdcc8251
commit 1cc79ba5f5

View File

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