即时通信嵌入开发完成,期待下次开发将ui嵌入navbar中,以及完成拉起群聊以及群聊系统开发
This commit is contained in:
40
ruoyi-ui/src/components/Message/index.vue
Normal file
40
ruoyi-ui/src/components/Message/index.vue
Normal file
@@ -0,0 +1,40 @@
|
||||
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
<script >
|
||||
|
||||
|
||||
export default {
|
||||
name: 'Message',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.init()
|
||||
},
|
||||
beforeDestroy() {
|
||||
this.destroy()
|
||||
},
|
||||
methods: {
|
||||
click() {
|
||||
this.$router
|
||||
},
|
||||
change() {
|
||||
|
||||
},
|
||||
init() {
|
||||
|
||||
},
|
||||
destroy() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user