Browse Source

汇融云眼改为汇融云仓

master
liupopo 2 years ago
parent
commit
875073d8ef
  1. 2
      src/layout/components/Navbar.vue
  2. 2
      src/settings.js
  3. 2
      src/views/daping/daping.vue
  4. 4
      src/views/zhiwujiance/zhiwujianceList.vue
  5. 2
      vue.config.js

2
src/layout/components/Navbar.vue

@ -2,7 +2,7 @@
<div>
<div class="navbar">
<p class="breadcrumb-container"><img src="@/assets/loginImg/logo.png"
style="width: 45px;height: 45px;margin-right: 10px;" />汇融云贷后监管平台</p>
style="width: 45px;height: 45px;margin-right: 10px;" />汇融云贷后监管平台</p>
<!-- <h3 class="breadcrumb-container">汇融银行供应链贷后监管平台</h3> -->
<div class="right-menu">
<!-- <p>{{Orgname}} {{departmentName}} 欢迎, {{name}}</p>-->

2
src/settings.js

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

2
src/views/daping/daping.vue

@ -181,7 +181,7 @@
</div>
</div>
</div>
<div class="titles bianzi bianzib" @click="jujiayanglao">汇融云贷后监管平台</div>
<div class="titles bianzi bianzib" @click="jujiayanglao">汇融云贷后监管平台</div>
<div class="shijian">2023-05-23 08:15:26
<!-- {{currentTime | formatDate("yyyy年MM月dd日 hh:mm:ss")}} -->
<el-dropdown style="cursor:pointer;float:right;margin-right:46px;"

4
src/views/zhiwujiance/zhiwujianceList.vue

@ -182,8 +182,8 @@ export default {
data() {
return {
// imgUrl: 'http://huirong.ybkjyl.com/1.png',
fileUrl: 'http://huirong.ybkjyl.com/imagesDownload/',
// fileUrl: 'http://8.130.39.13:7003/upload/monitor/',
// fileUrl: 'http://huirong.ybkjyl.com/imagesDownload/',
fileUrl: 'http://8.130.39.13:7003/upload/monitor/',
wanhao_Chart: wanhao_Chart, // 1.1
weixiu_Chart: weixiu_Chart,
sunhai_Chart: sunhai_Chart,

2
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