保存进度!
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user