---添加测试流程
This commit is contained in:
@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user