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-06-07 18:29:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eb32f51b6b9bdc1687d20dcff8a69cd88308d3f4
eb32f51b
1 parent
c155647f
🌈 style:
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
src/components/VideoDetail/index.vue
src/views/me/callMe.vue
src/components/VideoDetail/index.vue
View file @
eb32f51
...
...
@@ -42,25 +42,9 @@ import icon_dianzan2 from '@images/icon-dianzan02@2x.png'
import icon_shoucang1 from '@images/icon-shoucang01@2x.png'
import icon_shoucang2 from '@images/icon-shoucang02@2x.png'
import { ref, reactive, onMounted } from 'vue'
import 'mui-player/dist/mui-player.min.css'
import MuiPlayer from 'mui-player'
import _ from 'lodash';
import axios from 'axios';
import { Toast } from 'vant';
import { useRoute, useRouter } from 'vue-router'
const $route = useRoute();
const $router = useRouter();
const goTo = () => { // 跳转作品详情页
$router.push({
path: '/client/videoDetail'
});
}
onMounted(() => {
})
</script>
...
...
src/views/me/callMe.vue
View file @
eb32f51
...
...
@@ -121,13 +121,6 @@ const onLoad = () => {
// 立即执行一次
// onLoad();
// 跳转个人中心
const onSubmit = () => {
$router.push({
path: '/me/index'
});
}
/******** 留言框相关操作 START *******/
// 回复评论控件
const showCommentBoxPopup = ref(false);
...
...
Please
register
or
login
to post a comment