From 284de8043ffc33f5fb5714f5831df76827be7789 Mon Sep 17 00:00:00 2001 From: daihh Date: Sat, 17 Dec 2022 15:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=80=E4=B8=8B=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/popup.js | 6 +- src/components/AlertPopup.vue | 105 +++++++++++++++++++++----------- src/components/PortalHeader.vue | 2 +- 3 files changed, 74 insertions(+), 39 deletions(-) diff --git a/src/api/modules/popup.js b/src/api/modules/popup.js index f06fbf46..6047d17a 100644 --- a/src/api/modules/popup.js +++ b/src/api/modules/popup.js @@ -1,10 +1,10 @@ import ajax from '@/utils/xajax.js' -const list=function (query){ - return ajax.post('/xboe/m/popup/list',query); +const userList=function (){ + return ajax.get('/xboe/m/popup/user'); } export default { - list + userList } diff --git a/src/components/AlertPopup.vue b/src/components/AlertPopup.vue index c3bfb8de..f4ea360e 100644 --- a/src/components/AlertPopup.vue +++ b/src/components/AlertPopup.vue @@ -1,21 +1,23 @@ - diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index cb383614..72f226bc 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -181,7 +181,7 @@ export default { this.sex = this.userInfo.sex; this.$store.dispatch('refrashMsg'); this.loadBoeData(); - this.loadPopupConfig(); + //this.loadPopupConfig(); }, methods: { loadPopupConfig(){