fix 自定义路由配置
This commit is contained in:
9
src/views/WarningList/list.vue
Normal file
9
src/views/WarningList/list.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="warning">
|
||||
<h1>warning</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
9
src/views/equipmentList/detail.vue
Normal file
9
src/views/equipmentList/detail.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="detail">
|
||||
<h1>detail</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
8
src/views/equipmentList/list.vue
Normal file
8
src/views/equipmentList/list.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="equipment">
|
||||
<h1>equipment设备管理</h1>
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
9
src/views/equipmentList/statistics.vue
Normal file
9
src/views/equipmentList/statistics.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="stat">
|
||||
<h1>stat</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
9
src/views/fileList/list.vue
Normal file
9
src/views/fileList/list.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="file">
|
||||
<h1>file</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
9
src/views/systemList/base/base.vue
Normal file
9
src/views/systemList/base/base.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="base">
|
||||
<h1>base</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
9
src/views/systemList/password/password.vue
Normal file
9
src/views/systemList/password/password.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="password">
|
||||
<h1>password</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
9
src/views/systemList/role/role.vue
Normal file
9
src/views/systemList/role/role.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="role">
|
||||
<h1>role</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
9
src/views/systemList/user/user.vue
Normal file
9
src/views/systemList/user/user.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="user">
|
||||
<h1>user</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style lang="less" scoped></style>
|
||||
Reference in New Issue
Block a user