mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 00:02:51 +08:00
fix: 修改文件结构
This commit is contained in:
parent
8faa6d516c
commit
1e915bc873
@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<!-- 工作台相关 -->
|
||||||
<div class="go-chart">
|
<div class="go-chart">
|
||||||
<n-layout>
|
<n-layout>
|
||||||
<HeaderPro>
|
<HeaderPro>
|
||||||
@ -26,22 +27,22 @@ import { loadAsyncComponent } from '@/utils'
|
|||||||
import { HeaderPro } from '@/layout/components/HeaderPro'
|
import { HeaderPro } from '@/layout/components/HeaderPro'
|
||||||
|
|
||||||
const HeaderLeftBtn = loadAsyncComponent(() =>
|
const HeaderLeftBtn = loadAsyncComponent(() =>
|
||||||
import('./components/HeaderLeftBtn/index.vue')
|
import('./HeaderLeftBtn/index.vue')
|
||||||
)
|
)
|
||||||
const HeaderRightBtn = loadAsyncComponent(() =>
|
const HeaderRightBtn = loadAsyncComponent(() =>
|
||||||
import('./components/HeaderRightBtn/index.vue')
|
import('./HeaderRightBtn/index.vue')
|
||||||
)
|
)
|
||||||
const HeaderTitle = loadAsyncComponent(() =>
|
const HeaderTitle = loadAsyncComponent(() =>
|
||||||
import('./components/HeaderTitle/index.vue')
|
import('./HeaderTitle/index.vue')
|
||||||
)
|
)
|
||||||
const ContentLayers = loadAsyncComponent(() =>
|
const ContentLayers = loadAsyncComponent(() =>
|
||||||
import('./components/ContentLayers/index.vue')
|
import('./ContentLayers/index.vue')
|
||||||
)
|
)
|
||||||
const ContentCharts = loadAsyncComponent(() =>
|
const ContentCharts = loadAsyncComponent(() =>
|
||||||
import('./components/ContentCharts/index.vue')
|
import('./ContentCharts/index.vue')
|
||||||
)
|
)
|
||||||
const ContentDetails = loadAsyncComponent(() =>
|
const ContentDetails = loadAsyncComponent(() =>
|
||||||
import('./components/ContentDetails/index.vue')
|
import('./ContentDetails/index.vue')
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<!-- 登录 -->
|
||||||
<div class="go-login-box">
|
<div class="go-login-box">
|
||||||
<div class="go-login-box-bg">
|
<div class="go-login-box-bg">
|
||||||
<aside class="bg-slot"></aside>
|
<aside class="bg-slot"></aside>
|
||||||
|
Loading…
Reference in New Issue
Block a user