培训视频禁止下载
This commit is contained in:
parent
0574b0f494
commit
73a1c8c4e2
@ -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>
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user