fix 自定义路由配置

This commit is contained in:
Ironsp
2026-05-12 09:37:18 +08:00
parent df90aefad6
commit 4c66f630a9
12 changed files with 177 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div class="warning">
<h1>warning</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,9 @@
<template>
<div class="detail">
<h1>detail</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,8 @@
<template>
<div class="equipment">
<h1>equipment设备管理</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,9 @@
<template>
<div class="stat">
<h1>stat</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,9 @@
<template>
<div class="file">
<h1>file</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,9 @@
<template>
<div class="base">
<h1>base</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,9 @@
<template>
<div class="password">
<h1>password</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,9 @@
<template>
<div class="role">
<h1>role</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>

View File

@@ -0,0 +1,9 @@
<template>
<div class="user">
<h1>user</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>