提交 eb7281a1 authored 作者: Ma's avatar Ma

大屏更改内容

上级 546dd8b9
src/assets/img/header_bg.png

101.9 KB | W: | H:

src/assets/img/header_bg.png

42.1 KB | W: | H:

src/assets/img/header_bg.png
src/assets/img/header_bg.png
src/assets/img/header_bg.png
src/assets/img/header_bg.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -135,7 +135,7 @@ export default defineComponent({ ...@@ -135,7 +135,7 @@ export default defineComponent({
disabed: false, disabed: false,
}, },
], ],
curYearIndex: 1, curYearIndex: 2,
}; };
}, },
created() {}, created() {},
......
...@@ -17,14 +17,14 @@ export enum BaseRouteRouter { ...@@ -17,14 +17,14 @@ export enum BaseRouteRouter {
export const routes: any[] = [ export const routes: any[] = [
...dataCenter, ...dataCenter,
{ // {
path: BaseRouteRouter.LOGIN, // path: BaseRouteRouter.LOGIN,
meta: { // meta: {
label: "登录", // label: "登录",
}, // },
name: "login", // name: "login",
component: () => import("@/views/login/index.vue") // component: () => import("@/views/login/index.vue")
}, // },
{ {
path: BaseRouteRouter.SSO, path: BaseRouteRouter.SSO,
meta: { meta: {
......
...@@ -6,9 +6,9 @@ export default { ...@@ -6,9 +6,9 @@ export default {
}, },
"typeThree": { "typeThree": {
meetingCount: 0, meetingCount: 112,
cityData: [] cityData: [14, 16, 12, 6, 7, 7, 12, 5, 12, 14, 7]
}, },
"typeTwo": { "typeTwo": {
......
...@@ -28,5 +28,6 @@ export default defineComponent({ ...@@ -28,5 +28,6 @@ export default defineComponent({
background-image: url(../../assets/img/content_bg.png); background-image: url(../../assets/img/content_bg.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
min-height: 100vh;
} }
</style> </style>
<template> <template>
<MapTitle text="全省军民融合创新示范绩效评价情况" :detailsHandle="detailsHandle" /> <MapTitle text="全省军民融合创新示范绩效评价情况" />
<div id="performanceBar" class="performance-bar"></div> <div id="performanceBar" class="performance-bar"></div>
</template> </template>
<script lang="ts"> <script lang="ts">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论