|
@ -2,8 +2,7 @@ |
|
|
<div style="height: 100%;"> |
|
|
<div style="height: 100%;"> |
|
|
<div class="header"> |
|
|
<div class="header"> |
|
|
<p class="title"> |
|
|
<p class="title"> |
|
|
<img src="../../assets/loginImg/logo.png"> |
|
|
汇融供应链贷后监管平台 |
|
|
汇融银行供应链贷后监管平台 |
|
|
|
|
|
</p> |
|
|
</p> |
|
|
<div class="head_info"> |
|
|
<div class="head_info"> |
|
|
<p>欢迎您:</p> |
|
|
<p>欢迎您:</p> |
|
@ -77,7 +76,7 @@ |
|
|
<p>{{ item.title }}</p> |
|
|
<p>{{ item.title }}</p> |
|
|
</li> |
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
<p class="copy">Copyright © {{ year }} 汇融银行供应链贷后监管平台 All Rights Reserved</p> |
|
|
<p class="copy">Copyright © {{ year }} 汇融供应链贷后监管平台 All Rights Reserved</p> |
|
|
</div> |
|
|
</div> |
|
|
<!--<ul class="nav-box">--> |
|
|
<!--<ul class="nav-box">--> |
|
|
<!--<li style="background-color: #e87861;" @click="toNavbar('http://39.104.100.138:8081/')"> |
|
|
<!--<li style="background-color: #e87861;" @click="toNavbar('http://39.104.100.138:8081/')"> |
|
@ -429,7 +428,7 @@ |
|
|
if (index === 9) { |
|
|
if (index === 9) { |
|
|
window.open('/#/index', '_blank') |
|
|
window.open('/#/index', '_blank') |
|
|
} else if (index === 0) { |
|
|
} else if (index === 0) { |
|
|
window.open('http://192.168.3.8:9531/#/' + '?token=' + getStorage(), '_blank') |
|
|
window.open('http://192.168.3.41:9531/#/' + '?token=' + getStorage(), '_blank') |
|
|
} else if (index === 1) { |
|
|
} else if (index === 1) { |
|
|
window.open('http://192.168.3.8:9531#/' + '?token=' + getStorage(), '_blank') |
|
|
window.open('http://192.168.3.8:9531#/' + '?token=' + getStorage(), '_blank') |
|
|
} else if (index === 2) { |
|
|
} else if (index === 2) { |
|
@ -472,13 +471,16 @@ |
|
|
|
|
|
|
|
|
.title { |
|
|
.title { |
|
|
img { |
|
|
img { |
|
|
width: 70px; |
|
|
// width: 60px; |
|
|
vertical-align: middle; |
|
|
vertical-align: middle; |
|
|
font-family: Adobe Heiti Std; |
|
|
font-family: Adobe Heiti Std; |
|
|
|
|
|
width: 35px; |
|
|
|
|
|
height: 35px; |
|
|
|
|
|
margin-right: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
float: left; |
|
|
float: left; |
|
|
font-size: 34px; |
|
|
font-size: 22px; |
|
|
margin-left: 35px; |
|
|
margin-left: 35px; |
|
|
height: 60px; |
|
|
height: 60px; |
|
|
line-height: 60px; |
|
|
line-height: 60px; |
|
@ -487,7 +489,7 @@ |
|
|
.head_info { |
|
|
.head_info { |
|
|
float: right; |
|
|
float: right; |
|
|
margin-top: 0; |
|
|
margin-top: 0; |
|
|
font-size: 17px; |
|
|
font-size: 16px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
p { |
|
|
p { |
|
|