Commit f5ad315b authored by 李维's avatar 李维

feat:添加音频类型

parent 389cecd7
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>form_vue</title><script defer="defer" src="js/chunk-vendors.72a7ccbe.js"></script><script defer="defer" src="js/app.9bbea7ba.js"></script><link href="css/chunk-vendors.77489a8d.css" rel="stylesheet"><link href="css/app.305abb95.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but form_vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"></script><script>if (document.domain.indexOf("iteachabc.com") > 0) { <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>form_vue</title><script defer="defer" src="js/chunk-vendors.72a7ccbe.js"></script><script defer="defer" src="js/app.0a50aa90.js"></script><link href="css/chunk-vendors.77489a8d.css" rel="stylesheet"><link href="css/app.305abb95.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but form_vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"></script><script>if (document.domain.indexOf("iteachabc.com") > 0) {
document.domain = "iteachabc.com"; document.domain = "iteachabc.com";
}</script><div id="app"></div></body></html> }</script><div id="app"></div></body></html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<el-select v-model="data.contentType" placeholder="请选择类型"> <el-select v-model="data.contentType" placeholder="请选择类型">
<el-option label="阅读" value="reading"></el-option> <el-option label="阅读" value="reading"></el-option>
<el-option label="视频" value="video"></el-option> <el-option label="视频" value="video"></el-option>
<el-option label="音频" value="audio"></el-option>
<el-option label="配音" value="dubbing"></el-option> <el-option label="配音" value="dubbing"></el-option>
<el-option label="单词书" value="wordbook"></el-option> <el-option label="单词书" value="wordbook"></el-option>
<el-option label="教材" value="textbook"></el-option> <el-option label="教材" value="textbook"></el-option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment