注释掉变动,提交
This commit is contained in:
parent
0bcf2b796e
commit
e41d007264
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user