去掉接口

This commit is contained in:
齐斌 2025-09-23 10:59:02 +08:00
parent 4eaaa6d4bc
commit cc84df664a
2 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@ onMounted(() => {
getOAALLApprovalNum();
ishasToChangePWD();
recruitRedDot();
getBellNum();
// getBellNum();
getexPayApproveNum();
});
</script>

View File

@ -654,7 +654,7 @@ const getCertList = async () => {
onBeforeMount(() => {
getUser();
getCertList();
// getCertList();
});
</script>