培训视频禁止下载

This commit is contained in:
sk1551 2021-03-07 16:24:27 +08:00
parent 0574b0f494
commit 73a1c8c4e2
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="app-container"> <div class="app-container" @contextmenu.prevent="">
<el-row :gutter="10"> <el-row :gutter="10">
<el-col :xs="24" :sm="12"> <el-col :xs="24" :sm="12">
<el-card> <el-card>

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="app-container"> <div class="app-container" @contextmenu.prevent="">
<el-form :model="queryParams" ref="queryForm" label-width="70px"> <el-form :model="queryParams" ref="queryForm" label-width="70px">
<el-row :gutter="10"> <el-row :gutter="10">
<el-col :xs="24" :ms="12" :md="5"> <el-col :xs="24" :ms="12" :md="5">
@ -68,7 +68,7 @@
ref="videoPlayer" ref="videoPlayer"
></video-player> ></video-player>
<div class="to-detail"> <div class="to-detail">
<el-tooltip effect="dark" :content="o.title" placement="bottom"> <el-tooltip effect="dark" :content="o.title" placement="bottom" >
<div> <div>
<router-link <router-link
:to="'/video_study/study/detail/' + o.id" :to="'/video_study/study/detail/' + o.id"