mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-23 07:42:56 +08:00
fix: 修改文件结构
This commit is contained in:
parent
8faa6d516c
commit
1e915bc873
@ -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>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<!-- 登录 -->
|
||||
<div class="go-login-box">
|
||||
<div class="go-login-box-bg">
|
||||
<aside class="bg-slot"></aside>
|
||||
|
Loading…
Reference in New Issue
Block a user