练习题目管理修改

This commit is contained in:
flower 2019-01-12 20:48:53 +08:00
parent 9ffb34d10b
commit 0533925e9e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
function toPracticequestion(id) {
var url = ctx + "exam/examPractice/toManagerPracticeQuestion/"+id;
createMenuItem(url, "试卷题目管理");
createMenuItem(url, "练习题目管理");
}
</script>
</body>