This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<ChunkErrorBoundary>
|
||||
<ElConfigProvider size="default" :locale="locales[language]" :z-index="3000">
|
||||
<RouterView></RouterView>
|
||||
<AuditInvestigationHost />
|
||||
</ElConfigProvider>
|
||||
</ChunkErrorBoundary>
|
||||
</template>
|
||||
@@ -17,6 +18,7 @@
|
||||
import { checkStorageCompatibility } from '@/utils'
|
||||
import ChunkErrorBoundary from '@/components/core/others/ChunkErrorBoundary.vue'
|
||||
import { ElMessageBox } from 'element-plus'
|
||||
import AuditInvestigationHost from '@/components/business/audit/AuditInvestigationHost.vue'
|
||||
|
||||
const userStore = useUserStore()
|
||||
const { language } = storeToRefs(userStore)
|
||||
|
||||
Reference in New Issue
Block a user