首页图表显示问题

This commit is contained in:
jiangzhe 2024-05-27 15:53:00 +08:00
parent c23e71b6da
commit a623790cdd
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<template>
<el-config-provider :locale="appStore.locale" :size="size">
<router-view :key="$route.fullPath" />
<router-view />
</el-config-provider>
</template>

View File

@ -76,7 +76,7 @@ export const constantRoutes: RouteOption[] = [
path: '/index',
component: () => import('@/views/index.vue'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
meta: { title: '首页', icon: 'dashboard', affix: true, noCache: true }
}
]
},

View File

@ -418,9 +418,9 @@ onMounted(() => {
getInterveneNumData()
initChart()
})
// import { initWebSocket } from '@/utils/websocket';
// onMounted(() => {