Browse Source

修改名称

master
liupopo 2 years ago
parent
commit
6d68967678
  1. 2
      supervise-customer-ui/src/layout/index.vue
  2. 6
      yxt-portal-ui/src/views/Home/Home.vue
  3. 4
      yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/layout/components/Navbar.vue
  4. 2
      yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/settings.js
  5. 2
      yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/vue.config.js

2
supervise-customer-ui/src/layout/index.vue

@ -11,7 +11,7 @@
<div class="main-container">
<div class="home-box">
<a href="javascript:window.opener=null;window.open('','_self');window.close();" class="text-center">平台首页</a>
<a href="javascript:void(0);" class="text-center">客户中心</a>
<a href="javascript:void(0);" class="text-center">企业中心</a>
</div>
<sidebar class="sidebar-container" />
<!--菜单-->

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

@ -222,7 +222,7 @@
return {
menus: [{
imgUrl: require('@/assets/home/bIcon5.png'),
title: '客户中心'
title: '企业中心'
},
{
imgUrl: require('@/assets/home/bIcon6.png'),
@ -440,8 +440,8 @@
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://jianguan.yyundong.com/customer/#/' + '?token=' + getStorage(), '_blank')
// window.open('http://127.0.0.1:9531/#/' + '?token=' + getStorage(), '_blank')
window.open('http://jianguan.yyundong.com/customer/#/' + '?token=' + getStorage(), '_blank')
} else if (index === 1) {
// window.open('http://192.168.3.8:9531#/' + '?token=' + getStorage(), '_blank')
window.open('http://jianguan.yyundong.com/report/#/' + '?token=' + getStorage(), '_blank')

4
yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/layout/components/Navbar.vue

@ -1,7 +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>
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png" style="width: 45px;height: 45px;margin-right: 10px;">汇融云仓清分系统-中鸿记</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
@ -11,7 +11,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-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/settings.js

@ -1,6 +1,6 @@
module.exports = {
title: '汇融云眼仓后监管平台',
title: '汇融云仓清分系统-中鸿记',
/**
* @type {boolean} true | false

2
yxt-supervise-dbcenter/yxt-supervise-dbcenter-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