This commit is contained in:
2023-03-04 16:29:55 +08:00
commit 397ba75479
1007 changed files with 109050 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<template>
<div class="app-container">
<el-tabs value="first" type="border-card" @tab-click="handleClick">
<el-tab-pane label="配置管理" name="second">
配置管理
</el-tab-pane>
</el-tabs>
</div>
</template>
<script>
// import xxxx
export default{
data() {
},
mounted() {
},
methods: {
}
}
</script>