去掉接口

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(); getOAALLApprovalNum();
ishasToChangePWD(); ishasToChangePWD();
recruitRedDot(); recruitRedDot();
getBellNum(); // getBellNum();
getexPayApproveNum(); getexPayApproveNum();
}); });
</script> </script>

View File

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