<?php /** * 视频编辑 * $Id: course_category_edit_result.inc,v 1.12020/01/03 11:18:46 Exp $ * @author lixq * @access public * @package manager.templates */ ?> <br /> 视频信息更新完成! <br /> <br /> <div id="result"> <el-button type="primary" @click="tolist()" class="edit_btn">返回</el-button> </div> <script type="text/javascript"> new Vue({ el:'#result', methods:{ tolist:function(){ window.location.href='./media_list.php'; } } }) </script>