首页图表显示问题
This commit is contained in:
parent
c23e71b6da
commit
a623790cdd
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<el-config-provider :locale="appStore.locale" :size="size">
|
<el-config-provider :locale="appStore.locale" :size="size">
|
||||||
<router-view :key="$route.fullPath" />
|
<router-view />
|
||||||
</el-config-provider>
|
</el-config-provider>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ export const constantRoutes: RouteOption[] = [
|
||||||
path: '/index',
|
path: '/index',
|
||||||
component: () => import('@/views/index.vue'),
|
component: () => import('@/views/index.vue'),
|
||||||
name: 'Index',
|
name: 'Index',
|
||||||
meta: { title: '首页', icon: 'dashboard', affix: true }
|
meta: { title: '首页', icon: 'dashboard', affix: true, noCache: true }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -418,9 +418,9 @@ onMounted(() => {
|
||||||
getInterveneNumData()
|
getInterveneNumData()
|
||||||
|
|
||||||
initChart()
|
initChart()
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
// import { initWebSocket } from '@/utils/websocket';
|
// import { initWebSocket } from '@/utils/websocket';
|
||||||
|
|
||||||
// onMounted(() => {
|
// onMounted(() => {
|
||||||
|
|
Loading…
Reference in New Issue