fix: BUG
This commit is contained in:
parent
881a9b0177
commit
87562b5aa0
@ -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':
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user