Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c5c2a0

Browse files
add: ppt file preview
1 parent fec20eb commit 1c5c2a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎src/views/admin/DocLog.vue‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ export default {
129129
},
130130
131131
removeBatch() {
132-
133-
this.$Message.info('receive cancel');
134132
let currentSelection = this.$refs.logTable.getSelection();
135133
if (currentSelection.length < 1) {
136134
this.$Message.warning("请勾选!")

‎src/views/preview/index.vue‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export default {
148148
case 'doc':
149149
this.component = () => import('@/views/preview/WordView3')
150150
break
151+
case 'ppt':
151152
case 'pptx':
152153
// this.component = () => import('@/views/preview/PPTxView')
153154
this.component = () => import('@/views/preview/PptxView2')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /