fix:清除测试数据; #415

Merged
yangws merged 1 commits from yangws into main 2024-11-21 09:34:21 +08:00
1 changed files with 1 additions and 111 deletions
Showing only changes of commit de8e058197 - Show all commits

View File

@ -19,7 +19,7 @@
</div> </div>
<div class="list-content"> <div class="list-content">
<div class="list-container" v-loading="loading"> <div class="list-container" v-loading="loading">
<div v-for="(item, index) in testList" :key="index" class="content"> <div v-for="(item, index) in experimentList" :key="index" class="content">
<div class="content-list"> <div class="content-list">
<!-- 封面 --> <!-- 封面 -->
<el-image style="width: 100%;border-radius: 8px;" :src="item.coverPic" fit="contain" @click="chooseVedio(item)"/> <el-image style="width: 100%;border-radius: 8px;" :src="item.coverPic" fit="contain" @click="chooseVedio(item)"/>
@ -79,116 +79,6 @@ const loading = ref(false)
// //
const experimentList = ref([]) const experimentList = ref([])
const testList = ref([
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
{
fileName: '1',
fileShowName: '1',
coverPic: 'https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg',
nums: 100,
},
])
// //
const query = ref({ const query = ref({
textbookId: '', textbookId: '',