保存进度!

This commit is contained in:
2023-01-25 15:13:03 +08:00
parent d997be1cb2
commit f7da18f679
6 changed files with 48 additions and 9 deletions

View File

@@ -0,0 +1,27 @@
<!--
* @Author: Kane
* @Date: 2023-01-25 14:48:53
* @LastEditors: Kane
* @LastEditTime: 2023-01-25 14:48:54
* @FilePath: \admin_system\src\views\network\switch\SwitchManager.vue
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
-->
<template>
交换机管理
</template>
<script>
export default {
name: "switch-manager",
data()
{
return {};
},
};
</script>
<style scoped>
</style>