perf: 保留一个 dashboard 占位图
This commit is contained in:
parent
0fe9d6072b
commit
1bd695db17
@ -1,10 +1,10 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import SvgAdmin from "../images/admin.svg?component" // vite-svg-loader 插件的功能
|
import SvgDashboard from "../images/dashboard.svg?component" // vite-svg-loader 插件的功能
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="app-container center">
|
<div class="app-container center">
|
||||||
<SvgAdmin class="svg" />
|
<SvgDashboard class="svg" />
|
||||||
<p>欢迎来到「Admin」角色专属首页</p>
|
<p>欢迎来到「Admin」角色专属首页</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import SvgEditor from "../images/editor.svg?component" // vite-svg-loader 插件的功能
|
import SvgDashboard from "../images/dashboard.svg?component" // vite-svg-loader 插件的功能
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="app-container center">
|
<div class="app-container center">
|
||||||
<SvgEditor class="svg" />
|
<SvgDashboard class="svg" />
|
||||||
<p>欢迎来到「Editor」角色专属首页</p>
|
<p>欢迎来到「Editor」角色专属首页</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user