Refactor(客服):接收传输使用uid字段

This commit is contained in:
lifizer
2024-07-05 18:52:12 +08:00
parent fc392a5e01
commit b3e67abbec
-2
View File
@@ -49,7 +49,6 @@
</template>
<script>
import { mapGetters } from 'vuex'
export default {
name: "room",
data() {
@@ -71,7 +70,6 @@ export default {
list: [], //消息列表
}
},
computed: mapGetters(['userInfo']),
onLoad(options) {
this.storeId = options.id;
this.merName = options.name;