fix: BUG
This commit is contained in:
parent
881a9b0177
commit
87562b5aa0
@ -79,7 +79,7 @@ export default {
|
||||
break;
|
||||
case '9280':
|
||||
// 淮海水利项目综合管控升级改造平台
|
||||
this.title = '淮海水利项目综合管控升级改造平台'
|
||||
this.title = '淮海水利管控升级改造平台'
|
||||
document.title = '淮海水利项目综合管控升级改造平台'
|
||||
break;
|
||||
case '9290':
|
||||
|
@ -49,6 +49,7 @@ export default {
|
||||
created() {
|
||||
this.port = window.location.port
|
||||
if (this.port === '9280') this.$router.push('/waterhome')
|
||||
if (this.port === '9290') this.$router.push('/constructionsitedata/analysis')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="center-content-item icon-2"
|
||||
@click="$router.push('/hydraulicManage')"
|
||||
@click="$router.push('/hydraulicManage/report')"
|
||||
>
|
||||
项目实施管理数据
|
||||
</div>
|
||||
@ -31,7 +31,7 @@
|
||||
<div class="center-content-row">
|
||||
<div
|
||||
class="center-content-item icon-3"
|
||||
@click="$router.push('/hydraulicRecord')"
|
||||
@click="$router.push('/hydraulicRecord/archive')"
|
||||
>
|
||||
项目档案数据
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user