cz 1 rok temu
rodzic
commit
42b8924edc
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 0
      src/components/notice/index.vue
  2. 1 1
      src/layout/index.vue

+ 1 - 0
src/components/notice/index.vue

@@ -289,6 +289,7 @@ const getPushInfoInit = () => {
   pushInfoReq.value.pageNum = 1;
   getPushInfo();
 };
+
 const getPushInfo = () => {
   loading.value = true;
   proxy.post("/pushInfo/page", pushInfoReq.value).then((res) => {

+ 1 - 1
src/layout/index.vue

@@ -21,7 +21,7 @@
       </div>
       <app-main />
       <settings ref="settingRef" />
-      <notice></notice>
+      <!-- <notice></notice> -->
     </div>
   </div>
 </template>