修改系统字眼
This commit is contained in:
parent
cc062f5a39
commit
f07fde0025
|
|
@ -24,7 +24,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
title: '信用分类监管平台',
|
||||
title: '信用监管综合系统',
|
||||
logo: 'logo.ico'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
|
||||
title: '信用分类监管平台',
|
||||
title: '信用监管综合系统',
|
||||
|
||||
/**
|
||||
* @type {boolean} true | false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import defaultSettings from '@/settings'
|
||||
|
||||
const title = defaultSettings.title || '信用分类综合监管平台'
|
||||
const title = defaultSettings.title || '信用监管综合系统'
|
||||
|
||||
export default function getPageTitle(pageTitle) {
|
||||
if (pageTitle) {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div class="home_container">
|
||||
<div class="header_box">
|
||||
<div class="header_wrap">
|
||||
<div class="title">广州市信用分类综合监管平台</div>
|
||||
<div class="title">内蒙古自治区信用监管综合系统</div>
|
||||
<div class="tag">
|
||||
<div>首页</div>
|
||||
<div @click="entryMenu">主菜单</div>
|
||||
|
|
@ -16,9 +16,9 @@
|
|||
<div class="content_wrap">
|
||||
<div class="top_wrap">
|
||||
<div class="left_wrap">
|
||||
<div class="title">广州市信用风险热力图</div>
|
||||
<div class="title">内蒙古自治区信用风险热力图</div>
|
||||
<div class="item_content_first">
|
||||
<div class="item_title">广州市高风险较高风险企业总数</div>
|
||||
<div class="item_title">内蒙古自治区高风险较高风险企业总数</div>
|
||||
<div class="item_num">1</div>
|
||||
</div>
|
||||
<div class="item_content_second">
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
@mousewheel="scrollRight"
|
||||
@keydown="scrollRight"
|
||||
>
|
||||
<div id="right_title">广州市信用分类监管平台 - 发布记录</div>
|
||||
<div id="right_title">内蒙古自治区信用监管综合系统 - 发布记录</div>
|
||||
<div class="record">
|
||||
<div
|
||||
v-for="(item, index) in list"
|
||||
|
|
|
|||
Loading…
Reference in New Issue