添加数据库
This commit is contained in:
parent
392474f731
commit
10455c125c
File diff suppressed because one or more lines are too long
@ -80,24 +80,7 @@ const tabs = ['评论']
|
|||||||
// 广播数据
|
// 广播数据
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
info: {},
|
info: {},
|
||||||
broadcasts: [
|
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,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
form:{}
|
form:{}
|
||||||
})
|
})
|
||||||
const loading = ElLoading.service({
|
const loading = ElLoading.service({
|
||||||
|
Loading…
Reference in New Issue
Block a user