Browse Source

指向企业中心

master
liupopo 2 years ago
parent
commit
2d6fd59f2c
  1. 10
      supervise-portal-ui/src/views/Home/Home.vue

10
supervise-portal-ui/src/views/Home/Home.vue

@ -45,7 +45,7 @@
<el-col style="margin-left: 70px;" :span="10"> -->
<div class="grid-content bg-rtop" style="width: 50%;">
<!-- <img class="anrui" src="@/assets/home/anrui.png"> -->
<span class="rt_title">预警中心</span>
<span class="rt_title">消息通知</span>
<ul style="margin-top: 40px;">
<li>
@ -440,11 +440,11 @@
if (index === 11) {
window.open('/#/index', '_blank')
} else if (index === 0) {
window.open('http://127.0.0.1:9531/#/' + '?token=' + getStorage(), '_blank')
// window.open('/customer/#/' + '?token=' + getStorage(), '_blank')
// window.open('http://127.0.0.1:9531/#/' + '?token=' + getStorage(), '_blank')
window.open('/enterprise/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 1) {
window.open('http://127.0.0.1:9531#/' + '?token=' + getStorage(), '_blank')
// window.open('/report/#/' + '?token=' + getStorage(), '_blank')
// window.open('http://127.0.0.1:9531#/' + '?token=' + getStorage(), '_blank')
window.open('/report/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 2) {
window.open('/business/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 3) {

Loading…
Cancel
Save