Explorar el Código

Merge branch 'hjw-spfmui' into 'master'

Hjw spfmui

See merge request spfm/spfm-market-front!222
徐兴安 hace 2 años
padre
commit
6359cd7935
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/pages/main/leader/index.vue

+ 2 - 2
src/pages/main/leader/index.vue

@@ -129,10 +129,10 @@ export default {
         }
       });
     },
-    //获取公告
+    //获取公告  分部门展示
     getNotice() {
       this.$http({
-        url: "/sysmgr/notice/queryPage",
+        url: "/sysmgr/cnotice/queryListPage",
         method: "post",
         headers: {
           "Content-Type": "application/json",