mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-05 10:05:33 +08:00
jeecg-boot 1.1 稳定版本发布
This commit is contained in:
13
ant-design-jeecg-vue/src/views/monitor/RedisTerminal.vue
Normal file
13
ant-design-jeecg-vue/src/views/monitor/RedisTerminal.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<div>Redis终端</div>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: 'RedisTerminal'
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user