feat: 9280淮海水利首页跳转

This commit is contained in:
Tony 2023-12-14 08:54:25 +08:00
parent 0122d09427
commit 894646b35b

View File

@ -48,6 +48,7 @@ export default {
}, },
created() { created() {
this.port = window.location.port this.port = window.location.port
if (this.port === '9280') this.$router.push('/waterhome')
} }
} }
</script> </script>