This commit is contained in:
Tony 2023-12-18 09:13:07 +08:00
parent 881a9b0177
commit 87562b5aa0
3 changed files with 4 additions and 3 deletions

View File

@ -79,7 +79,7 @@ export default {
break; break;
case '9280': case '9280':
// //
this.title = '淮海水利项目综合管控升级改造平台' this.title = '淮海水利管控升级改造平台'
document.title = '淮海水利项目综合管控升级改造平台' document.title = '淮海水利项目综合管控升级改造平台'
break; break;
case '9290': case '9290':

View File

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

View File

@ -23,7 +23,7 @@
</div> </div>
<div <div
class="center-content-item icon-2" class="center-content-item icon-2"
@click="$router.push('/hydraulicManage')" @click="$router.push('/hydraulicManage/report')"
> >
项目实施管理数据 项目实施管理数据
</div> </div>
@ -31,7 +31,7 @@
<div class="center-content-row"> <div class="center-content-row">
<div <div
class="center-content-item icon-3" class="center-content-item icon-3"
@click="$router.push('/hydraulicRecord')" @click="$router.push('/hydraulicRecord/archive')"
> >
项目档案数据 项目档案数据
</div> </div>