Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00

perf: 保留一个 dashboard 占位图

This commit is contained in:
pany 2024-11-28 11:39:08 +08:00
parent 0fe9d6072b
commit 1bd695db17
4 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,10 @@
<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>
<template>
<div class="app-container center">
<SvgAdmin class="svg" />
<SvgDashboard class="svg" />
<p>欢迎来到Admin角色专属首页</p>
</div>
</template>

View File

@ -1,10 +1,10 @@
<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>
<template>
<div class="app-container center">
<SvgEditor class="svg" />
<SvgDashboard class="svg" />
<p>欢迎来到Editor角色专属首页</p>
</div>
</template>

View File

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