Showing
1 changed file
with
1 additions
and
5 deletions
| ... | @@ -10,13 +10,9 @@ | ... | @@ -10,13 +10,9 @@ |
| 10 | <script setup> | 10 | <script setup> |
| 11 | import AuditVideoCard from '@/components/AuditVideoCard/index.vue' | 11 | import AuditVideoCard from '@/components/AuditVideoCard/index.vue' |
| 12 | 12 | ||
| 13 | -import { ref, reactive, onMounted } from 'vue' | 13 | +import { ref } from 'vue' |
| 14 | -import { useRoute, useRouter } from 'vue-router' | ||
| 15 | import axios from '@/utils/axios'; | 14 | import axios from '@/utils/axios'; |
| 16 | -import $ from 'jquery' | ||
| 17 | import { Toast } from 'vant'; | 15 | import { Toast } from 'vant'; |
| 18 | -const $route = useRoute(); | ||
| 19 | -const $router = useRouter(); | ||
| 20 | 16 | ||
| 21 | // 处理书籍下作品列表 | 17 | // 处理书籍下作品列表 |
| 22 | const prodList = ref([]) | 18 | const prodList = ref([]) | ... | ... |
-
Please register or login to post a comment