提交 8f62044b 编写于 作者: N nvg_haru

Auto Commit

上级 f0b6e3d8
......@@ -102,6 +102,11 @@ const getPageList = async () => {
// 组件挂载的生命周期钩子
onMounted(() => {
getPageList()
setTimeout(()=> {
if(pageData.value.length == 1){
getPageList();
}
},5000)
})
// 点击查看全文的回调
const toDetail = (hid) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册