自动路由-bug版

This commit is contained in:
2025-08-21 11:19:59 +08:00
parent 22ca45510b
commit 36950ab424
27 changed files with 677 additions and 133 deletions

View File

@ -1,7 +1,8 @@
<template>
<div>
<PerfectScrollbar>
<router-view></router-view>
<!-- <router-view></router-view> -->
<lay-index></lay-index>
</PerfectScrollbar>
</div>
@ -18,6 +19,7 @@
</template>
<script setup lang="ts">
import layIndex from './Index.vue'
// 空白项目入口
const modal = reactive<any>({
visible: false,