Browse Source

去掉 汇融 字样

master
guoxing 11 months ago
parent
commit
ada1dbc49e
  1. 2
      yxt-portal-ui/.env.development
  2. 4
      yxt-portal-ui/src/layout/components/Navbar.vue
  3. 2
      yxt-portal-ui/src/settings.js
  4. 18
      yxt-portal-ui/src/views/Home/Home.vue
  5. 6
      yxt-portal-ui/src/views/login/login.vue
  6. 2
      yxt-portal-ui/vue.config.js

2
yxt-portal-ui/.env.development

@ -5,5 +5,5 @@ ENV = 'development'
VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
VUE_APP_URL = "http://192.168.1.104:7008"
VUE_APP_URL = "http://192.168.0.105:7008"
#VUE_APP_URL = "http://8.130.39.13:8112"

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

@ -1,7 +1,7 @@
<template>
<div>
<div class="navbar">
<p class="breadcrumb-container">汇融云仓贷后监管平台</p>
<p class="breadcrumb-container">云仓贷后监管平台</p>
<div class="right-menu">
<!-- <p>{{Orgname}} 欢迎, {{name}}</p> &lt;!&ndash;{{departmentName}}&ndash;&gt;-->
<p>欢迎您{{ pNameAndDepartmentNameAndPostName }} {{ name }}</p>
@ -10,7 +10,7 @@
<span class="backToHome" @click="logout"><i class="el-icon-back" />返回首页</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

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

@ -2,7 +2,7 @@
<div style="height: 100%;">
<div class="header">
<p class="title">
汇融云仓贷后监管平台
云仓贷后监管平台
</p>
<div class="head_info">
<p>欢迎您</p>
@ -80,7 +80,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/')">
@ -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('http://192.168.0.112:9531/#/' + '?token=' + getStorage(), '_blank')
window.open('/customer/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 1) {
window.open('http://192.168.1.104:9531#/' + '?token=' + getStorage(), '_blank')
// window.open('/report/#/' + '?token=' + getStorage(), '_blank')
// window.open(' http://192.168.0.112:9531#/' + '?token=' + getStorage(), '_blank')
window.open('/report/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 2) {
window.open('/business/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 3) {
@ -457,11 +457,11 @@
} else if (index === 6) {
window.open('/message/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 7) {
window.open('http://192.168.1.102:9531/#/' + '?token=' + getStorage(), '_blank')
// window.open('/organizational/#/' + '?token=' + getStorage(), '_blank')
// window.open('http://192.168.1.102:9531/#/' + '?token=' + getStorage(), '_blank')
window.open('/organizational/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 8) {
window.open('http://192.168.1.104:9532/#/' + '?token=' + getStorage(), '_blank')
// window.open('/crm/#/' + '?token=' + getStorage(), '_blank')
// window.open('http://192.168.0.112:9532/#/' + '?token=' + getStorage(), '_blank')
window.open('/crm/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 9) {
// window.open('http://192.168.1.102:9531/#/' + '?token=' + getStorage(), '_blank')
window.open('/warehouse/#/' + '?token=' + getStorage(), '_blank')

6
yxt-portal-ui/src/views/login/login.vue

@ -1,7 +1,7 @@
<template>
<div class="login">
<div class="logoTitle">
<span>汇融云仓</span>
<span>云仓</span>
<p class="title">贷后监管系统</p>
</div>
<div class="images">
@ -83,8 +83,8 @@ export default {
data() {
return {
loginForm: {
userName: "",
password: "",
userName: "15932270269",
password: "wang0403",
verifyCode: "",
uuid: "",
},

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