首页图表显示问题
This commit is contained in:
parent
c23e71b6da
commit
a623790cdd
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<el-config-provider :locale="appStore.locale" :size="size">
|
||||
<router-view :key="$route.fullPath" />
|
||||
<router-view />
|
||||
</el-config-provider>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -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 }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -418,9 +418,9 @@ onMounted(() => {
|
|||
getInterveneNumData()
|
||||
|
||||
initChart()
|
||||
|
||||
})
|
||||
|
||||
|
||||
// import { initWebSocket } from '@/utils/websocket';
|
||||
|
||||
// onMounted(() => {
|
||||
|
|
Loading…
Reference in New Issue