update management structure

This commit is contained in:
2023-12-21 15:13:46 +08:00
parent 3ef03dd038
commit 19d5023716
9 changed files with 323 additions and 367 deletions

View File

@@ -0,0 +1,33 @@
<template>
<div>
网站管理
</div>
</template>
<script>
export default {
name:"WebsiteManage",
components:{
},
data() {
return {
}},
mounted() {
},
created() {
},
computed: {
},
methods: {
}
}
</script>
<style scoped>
</style>