|
@@ -4,8 +4,8 @@
|
|
|
<!-- 头部B -->
|
|
|
<div class="header">
|
|
|
<!-- title -->
|
|
|
- <router-link class="header-left" to="/integrated/index" exact><img class="logo" src="@/assets/images/integrated/logo-small.png" />
|
|
|
- <h3 class="title">数字四平态势感知监管平台</h3></router-link>
|
|
|
+ <div class="header-left"><img class="logo" src="@/assets/images/integrated/logo-small.png" />
|
|
|
+ <h3 class="title">数字四平态势感知监管平台-数字林业-统计分析</h3></div>
|
|
|
<div class="bignav">
|
|
|
<img src="@/assets/images/integrated/bigdata-header-nav-left.png" />
|
|
|
<router-link v-for="(navbar,index) in navbar " :key="index" :to="navbar.path" class="bignav-list" exact>
|
|
@@ -13,8 +13,6 @@
|
|
|
</router-link>
|
|
|
<img src="@/assets/images/integrated/bigdata-header-nav-right.png" />
|
|
|
</div>
|
|
|
- <!-- 左侧 -->
|
|
|
- <fastMenu></fastMenu>
|
|
|
</div>
|
|
|
<!-- 头部E -->
|
|
|
|
|
@@ -168,7 +166,6 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- import fastMenu from './fastmenu.vue' //右侧菜单
|
|
|
import tabbar from './tabbar.vue' //区域切换
|
|
|
|
|
|
//echarts
|
|
@@ -194,7 +191,6 @@
|
|
|
|
|
|
export default {
|
|
|
components: {
|
|
|
- fastMenu,
|
|
|
tabbar,
|
|
|
chartEvent,
|
|
|
chartPopulation,
|
|
@@ -219,42 +215,42 @@
|
|
|
|
|
|
return {
|
|
|
visited: '',
|
|
|
- navbar: [{
|
|
|
- name: '四平云图',
|
|
|
- path: '/integrated/bigdata',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '数字林业',
|
|
|
- path: '/integrated/forest',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '数字农业',
|
|
|
- path: '/',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '数字水利',
|
|
|
- path: '/',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '数字环保',
|
|
|
- path: '/',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '数字应急',
|
|
|
- path: '/',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '数字交通',
|
|
|
- path: '/',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '数字资源',
|
|
|
- path: '/',
|
|
|
- },
|
|
|
- {
|
|
|
- name: '数字消防',
|
|
|
- path: '/',
|
|
|
- },
|
|
|
+ navbar: [
|
|
|
+ {
|
|
|
+ //林业中心
|
|
|
+ path: '/forest',
|
|
|
+ name: '林业云图',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //数据中心
|
|
|
+ path: '/datacenter',
|
|
|
+ name: '数据中心',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //监控中心
|
|
|
+ path: '/monitor',
|
|
|
+ name: '监控中心',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/disaster',
|
|
|
+ name: '灾后评估',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/leader',
|
|
|
+ name: '林长制',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/afforestation',
|
|
|
+ name: '植树造林',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/',
|
|
|
+ name: '动物保护',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/',
|
|
|
+ name: '珍惜古树',
|
|
|
+ },
|
|
|
|
|
|
],
|
|
|
total: 0, //事件总数
|
|
@@ -304,7 +300,7 @@
|
|
|
-webkit-background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
color: #fff;
|
|
|
- font-size: 28px;
|
|
|
+ font-size: 23px;
|
|
|
}
|
|
|
}
|
|
|
|