Commit 7b6b8b3e by 陈超

A

parent eab98316
...@@ -225,8 +225,9 @@ ...@@ -225,8 +225,9 @@
}, },
startDo: function(item) { startDo: function(item) {
let url = "{:U('exam/Index/exam')}" //['paper_id'=>$vo['exams_paper_id'],'joinType'=>2]
console.log(url.replace(/\[.*?\]/g, item.id)) let url = "{:U('exams/index/examsroom')}"
console.log(url)
//window.location.href = url.replace(/\[.*?\]/g, item.id) //window.location.href = url.replace(/\[.*?\]/g, item.id)
}, },
......
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