mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 12:13:46 +08:00
搭建好管理后台模板
This commit is contained in:
24
web/src/views/admin/SysConfig.vue
Normal file
24
web/src/views/admin/SysConfig.vue
Normal file
@@ -0,0 +1,24 @@
|
||||
<template>
|
||||
<div class="system-config">
|
||||
系统配置
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {defineComponent} from "vue";
|
||||
|
||||
export default defineComponent({
|
||||
name: 'SysConfig',
|
||||
data() {
|
||||
return {
|
||||
title: "系统管理",
|
||||
}
|
||||
},
|
||||
})
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
.system-config {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user