瀏覽代碼

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

wuhongyu 5 年之前
父節點
當前提交
9f6d05ab1a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/hall/dock/parts/chat.vue

+ 2 - 2
src/views/hall/dock/parts/chat.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <div id="chat">
+  <div id="chats">
     <el-row>
     <el-row>
       <el-col :span="24" class="info chat_frame" id="chat">
       <el-col :span="24" class="info chat_frame" id="chat">
         <template v-for="(i, index) in talk">
         <template v-for="(i, index) in talk">
@@ -26,7 +26,7 @@ import wangEditor from '@/components/wang-editor.vue';
 import { mapState, createNamespacedHelpers } from 'vuex';
 import { mapState, createNamespacedHelpers } from 'vuex';
 const { mapActions: personalChat } = createNamespacedHelpers('personalchat');
 const { mapActions: personalChat } = createNamespacedHelpers('personalchat');
 export default {
 export default {
-  name: 'chat',
+  name: 'chats',
   props: {
   props: {
     room: { type: Object },
     room: { type: Object },
   },
   },