Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
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
2025-12-08 13:54:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
22b325b4e7b0dbfdc0c572f9578bce3cd05f17de
22b325b4
1 parent
e44e4579
refactor(StudyDetailPage): 移除未使用的OfficeViewer组件及其引用
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/study/StudyDetailPage.vue
src/views/study/StudyDetailPage.vue
View file @
22b325b
...
...
@@ -280,7 +280,7 @@
<h3 class="text-lg font-medium text-center truncate">{{ officeTitle }}</h3>
</div>
<div class="flex-1 overflow-auto">
<OfficeViewer
<
!-- <
OfficeViewer
v-if="officeShow && officeUrl && officeFileType"
:src="officeUrl"
:file-type="officeFileType"
...
...
@@ -288,7 +288,7 @@
@rendered="onOfficeRendered"
@error="onOfficeError"
@retry="onOfficeRetry"
/>
/>
-->
</div>
</div>
</van-popup>
...
...
@@ -655,7 +655,7 @@ import { useTitle } from '@vueuse/core';
import VideoPlayer from '@/components/ui/VideoPlayer.vue';
import AudioPlayer from '@/components/ui/AudioPlayer.vue';
import FrostedGlass from '@/components/ui/FrostedGlass.vue';
import OfficeViewer from '@/components/ui/OfficeViewer.vue';
//
import OfficeViewer from '@/components/ui/OfficeViewer.vue';
import dayjs from 'dayjs';
import { formatDate, wxInfo } from '@/utils/tools'
import axios from 'axios';
...
...
Please
register
or
login
to post a comment