Browse Source

修改汇融银行标识

master
yxt_njy 2 years ago
parent
commit
93d8f51ade
  1. 5
      yxt-portal-ui/src/layout/components/Navbar.vue
  2. 2
      yxt-portal-ui/src/settings.js
  3. 16
      yxt-portal-ui/src/views/Home/Home.vue
  4. 2
      yxt-portal-ui/vue.config.js

5
yxt-portal-ui/src/layout/components/Navbar.vue

@ -1,8 +1,7 @@
<template>
<div>
<div class="navbar">
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png" style="width: 45px;height: 45px;margin-right: 10px;"/>汇融银行供应链贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<p class="breadcrumb-container">汇融供应链贷后监管平台</p>
<div class="right-menu">
<!-- <p>{{Orgname}} 欢迎, {{name}}</p> &lt;!&ndash;{{departmentName}}&ndash;&gt;-->
<p>欢迎您{{pNameAndDepartmentNameAndPostName}} {{name}}</p>
@ -11,7 +10,7 @@
<span class="backToHome" @click="logout"><i class="el-icon-back"></i>返回首页</span>
</div>
</div>
<el-footer class="footer" height="40px">Copyright © {{ year }} 汇融银行供应链贷后监管平台 All Rights Reserved</el-footer>
<el-footer class="footer" height="40px">Copyright © {{ year }} 汇融供应链贷后监管平台 All Rights Reserved</el-footer>
</div>
</template>

2
yxt-portal-ui/src/settings.js

@ -1,6 +1,6 @@
module.exports = {
title: '汇融银行供应链贷后监管平台',
title: '汇融供应链贷后监管平台',
/**
* @type {boolean} true | false

16
yxt-portal-ui/src/views/Home/Home.vue

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

2
yxt-portal-ui/vue.config.js

@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title || '汇融银行供应链贷后监管平台' // page title
const name = defaultSettings.title || '汇融供应链贷后监管平台' // page title
// 如果端口设置为80,
// 使用管理员权限执行命令行。

Loading…
Cancel
Save