|
|
@@ -1,4 +1,5 @@
|
|
|
<template>
|
|
|
+ <!-- 工作台相关 -->
|
|
|
<div class="go-chart">
|
|
|
<n-layout>
|
|
|
<HeaderPro>
|
|
|
@@ -26,22 +27,22 @@ import { loadAsyncComponent } from '@/utils'
|
|
|
import { HeaderPro } from '@/layout/components/HeaderPro'
|
|
|
|
|
|
const HeaderLeftBtn = loadAsyncComponent(() =>
|
|
|
- import('./components/HeaderLeftBtn/index.vue')
|
|
|
+ import('./HeaderLeftBtn/index.vue')
|
|
|
)
|
|
|
const HeaderRightBtn = loadAsyncComponent(() =>
|
|
|
- import('./components/HeaderRightBtn/index.vue')
|
|
|
+ import('./HeaderRightBtn/index.vue')
|
|
|
)
|
|
|
const HeaderTitle = loadAsyncComponent(() =>
|
|
|
- import('./components/HeaderTitle/index.vue')
|
|
|
+ import('./HeaderTitle/index.vue')
|
|
|
)
|
|
|
const ContentLayers = loadAsyncComponent(() =>
|
|
|
- import('./components/ContentLayers/index.vue')
|
|
|
+ import('./ContentLayers/index.vue')
|
|
|
)
|
|
|
const ContentCharts = loadAsyncComponent(() =>
|
|
|
- import('./components/ContentCharts/index.vue')
|
|
|
+ import('./ContentCharts/index.vue')
|
|
|
)
|
|
|
const ContentDetails = loadAsyncComponent(() =>
|
|
|
- import('./components/ContentDetails/index.vue')
|
|
|
+ import('./ContentDetails/index.vue')
|
|
|
)
|
|
|
</script>
|
|
|
|