@@ -289,6 +289,7 @@ const getPushInfoInit = () => {
pushInfoReq.value.pageNum = 1;
getPushInfo();
};
+
const getPushInfo = () => {
loading.value = true;
proxy.post("/pushInfo/page", pushInfoReq.value).then((res) => {
@@ -21,7 +21,7 @@
</div>
<app-main />
<settings ref="settingRef" />
- <notice></notice>
+ <!-- <notice></notice> -->
</template>