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="main-container">
<div class="home-box"> <div class="home-box">
<a href="javascript:window.opener=null;window.open('','_self');window.close();" class="text-center">平台首页</a> <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> </div>
<sidebar class="sidebar-container" /> <sidebar class="sidebar-container" />
<!--菜单--> <!--菜单-->

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

@ -222,7 +222,7 @@
return { return {
menus: [{ menus: [{
imgUrl: require('@/assets/home/bIcon5.png'), imgUrl: require('@/assets/home/bIcon5.png'),
title: '客户中心' title: '企业中心'
}, },
{ {
imgUrl: require('@/assets/home/bIcon6.png'), imgUrl: require('@/assets/home/bIcon6.png'),
@ -440,8 +440,8 @@
if (index === 11) { if (index === 11) {
window.open('/#/index', '_blank') window.open('/#/index', '_blank')
} else if (index === 0) { } else if (index === 0) {
window.open('http://127.0.0.1:9531/#/' + '?token=' + getStorage(), '_blank') // window.open('http://127.0.0.1:9531/#/' + '?token=' + getStorage(), '_blank')
// window.open('http://jianguan.yyundong.com/customer/#/' + '?token=' + getStorage(), '_blank') window.open('http://jianguan.yyundong.com/customer/#/' + '?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')
window.open('http://jianguan.yyundong.com/report/#/' + '?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> <template>
<div> <div>
<div class="navbar"> <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> --> <!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu"> <div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>--> <!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->
@ -11,7 +11,7 @@
<span class="backToHome" @click="logout"><i class="el-icon-back" />返回首页</span> <span class="backToHome" @click="logout"><i class="el-icon-back" />返回首页</span>
</div> </div>
</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> </div>
</template> </template>

2
yxt-supervise-dbcenter/yxt-supervise-dbcenter-ui/src/settings.js

@ -1,6 +1,6 @@
module.exports = { module.exports = {
title: '汇融云眼仓后监管平台', title: '汇融云仓清分系统-中鸿记',
/** /**
* @type {boolean} true | false * @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) return path.join(__dirname, dir)
} }
const name = defaultSettings.title || '汇融云仓贷后监管平台' // page title const name = defaultSettings.title || '汇融云仓清分系统-中鸿记' // page title
// 如果端口设置为80, // 如果端口设置为80,
// 使用管理员权限执行命令行。 // 使用管理员权限执行命令行。

Loading…
Cancel
Save