注释掉变动,提交

This commit is contained in:
ival 2019-11-14 15:10:29 +08:00
parent 0bcf2b796e
commit e41d007264

View File

@ -10,9 +10,9 @@ export const commonTopic = '/topic/message'; // 公共topic(不区分用户)
// 建立连接并订阅地址 // 建立连接并订阅地址
export function creatSubscribe(topic, header) { export function creatSubscribe(topic, header) {
if ([displayTopic, planTopic, designDisplayTopic].includes(topic)) { // if ([displayTopic, planTopic, designDisplayTopic].includes(topic)) {
topic = `${topic}/${header.group}`; // topic = `${topic}/${header.group}`;
} // }
try { try {
if (!Vue.prototype.$stomp) { if (!Vue.prototype.$stomp) {