mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加exception页面:403,404,500
This commit is contained in:
@ -1,6 +1,18 @@
|
||||
<template>
|
||||
<div>登陆页</div>
|
||||
<div class="flex w-full h-full">
|
||||
<div class="flex-center w-1/2 h-full">
|
||||
<h3>登录</h3>
|
||||
</div>
|
||||
<div class="flex-center w-1/2 h-full bg-primary bg-opacity-25">
|
||||
<banner-svg class="w-400px h-400px" type="1" :color="theme.themeColor" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
<script lang="ts" setup>
|
||||
import { BannerSvg } from '@/components';
|
||||
import { useThemeStore } from '@/store';
|
||||
|
||||
const theme = useThemeStore();
|
||||
</script>
|
||||
<style scoped></style>
|
||||
|
Reference in New Issue
Block a user