---添加测试流程

This commit is contained in:
2025-12-02 10:39:26 +08:00
parent b2ff9df733
commit 2e41795247
8 changed files with 1129 additions and 3 deletions

View File

@ -201,9 +201,10 @@
const listData = ref(tabListData);
const simpleImage = ref(Empty.PRESENTED_IMAGE_SIMPLE);
getDatas();
times.value = setInterval(() => {
getDatas();
}, 10000);
//停止循环获取通知
// times.value = setInterval(() => {
// getDatas();
// }, 10000);
async function getDatas() {
listData.value.forEach((o) => {
o.list = [];