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 @@
-
-
-
-
-
-
{{config.author}}
-
-
+
+
+
+
+
+
+
{{config.author}}
+
+
+
-
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(){