fix: 修改文件结构

This commit is contained in:
MTrun 2022-01-26 15:46:25 +08:00
parent 01e2ba6db9
commit 2f2a395406
37 changed files with 8 additions and 6 deletions

View File

@ -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>

View File

@ -1,4 +1,5 @@
<template>
<!-- 登录 -->
<div class="go-login-box">
<div class="go-login-box-bg">
<aside class="bg-slot"></aside>