添加数据库

This commit is contained in:
闵宪瑞 2025-03-10 21:09:22 +08:00
parent 392474f731
commit 10455c125c
2 changed files with 57 additions and 60 deletions

File diff suppressed because one or more lines are too long

View File

@ -80,24 +80,7 @@ const tabs = ['评论']
// 广
const state = reactive({
info: {},
broadcasts: [
{
author: 'lolus',
avatar: 'https://example.com/avatar1.jpg',
time: '2025-02-10T13:38:18',
content: '你穿着酥皮大衣坐在那里,我感觉你要碎了...',
responses: 154,
reposts: 1,
},
{
author: '饮水少年',
avatar: 'https://example.com/avatar2.jpg',
time: '2025-02-03T10:02:34',
content: '只有懂得自我激励自我认可我们才能够度过人生漫漫长路...',
responses: 89,
reposts: 2,
},
],
broadcasts: [],
form:{}
})
const loading = ElLoading.service({