diff --git a/public/index.html b/public/index.html index d7efce9a..6f294f9d 100644 --- a/public/index.html +++ b/public/index.html @@ -33,13 +33,13 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> <% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %> <% } %> @@ -51,7 +51,7 @@ <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> <% } %> diff --git a/src/views/main-sidebar.vue b/src/views/main-sidebar.vue index c7cfab66..177d51ca 100644 --- a/src/views/main-sidebar.vue +++ b/src/views/main-sidebar.vue @@ -99,6 +99,9 @@ export default { console.log('Connected: ' + frame) let topic = '/userMenuNotice/menuNoticeQueue/menu/getResponse' this.stompClient.subscribe(topic, this.onSubscribe) + // 获取党群议事菜单消息 + this.$http.get('/events/epdcevents/initMenuNotice').then(({ data: res }) => {}).catch(() => { + }) }, onSubscribe (value) { this.pid = 0