Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-10 09:56:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
50bfdfb1d10926f398622483768a0718b19062a7
50bfdfb1
1 parent
6204fdd1
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
src/views/me/videoList.vue
src/views/me/videoList.vue
View file @
50bfdfb
...
...
@@ -10,13 +10,9 @@
<script setup>
import AuditVideoCard from '@/components/AuditVideoCard/index.vue'
import { ref, reactive, onMounted } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { ref } from 'vue'
import axios from '@/utils/axios';
import $ from 'jquery'
import { Toast } from 'vant';
const $route = useRoute();
const $router = useRouter();
// 处理书籍下作品列表
const prodList = ref([])
...
...
Please
register
or
login
to post a comment