Merge pull request 'fix:清除测试数据;' (#415) from yangws into main

Reviewed-on: #415
This commit is contained in:
yangws 2024-11-21 09:34:19 +08:00
commit b5a5381e5b
1 changed files with 1 additions and 111 deletions

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: '',