修改手机端返回跳到pc的首页

This commit is contained in:
范强强
2023-06-25 09:26:18 +08:00
parent 4d96759b13
commit 7114a20144
+1 -1
View File
@@ -295,7 +295,7 @@
if (isMobile()) {
if (location.pathname == '/dashboard/analysis' || location.pathname == '/') {
window.location.href = 'http://10.0.3.22:3000/phoneSearch'
window.location.href = 'http://10.10.10.46:8102/phoneSearch'
}
}
</script>