Administrator
2022-04-11 79d9fc857559982b00b68b2d709807bdc4cd286f
public/papersApply.html
@@ -97,7 +97,7 @@
        // console.log(JSON.parse(getData("data")), 111);
        var token = JSON.parse(getData("data")).token;
        axios.get('http://223.82.109.183:2080/api/apply/getApplyDetailList?examId=' + id + "&Blade-Auth=" + token).then(function(res) {
        axios.get('http://61.131.136.25:2080/api/apply/getApplyDetailList?examId=' + id + "&Blade-Auth=" + token).then(function(res) {
            // axios.get('http://localhost:81/apply/getApplyDetailList?examId=' + id).then(function(res) {
            var data = res.data;
            var list = data.applyList;