mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-04 07:16:03 +08:00
refactor(projects): 单独一级路由相关逻辑重构
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div></div>
|
||||
<div>403</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>NotFound</div>
|
||||
<div>500</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<n-space :vertical="true" :size="24">
|
||||
<div class="flex-y-center justify-between">
|
||||
<n-checkbox v-model:checked="rememberMe">记住我</n-checkbox>
|
||||
<n-button :text="true">忘记密码?</n-button>
|
||||
<n-button :text="true" @click="toLoginModule('reset-pwd')">忘记密码?</n-button>
|
||||
</div>
|
||||
<n-button
|
||||
type="primary"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<main class="pt-24px">
|
||||
<h3 class="text-18px text-primary font-medium">{{ activeModule.label }}</h3>
|
||||
<div class="pt-24px">
|
||||
<transition>
|
||||
<transition name="fade-slide" mode="out-in" appear>
|
||||
<component :is="activeModule.component" />
|
||||
</transition>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user