From d296cf352c682802ff261994416d4cb0e1c6aa34 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 13 Aug 2021 14:15:28 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises
---
public/papersApply.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/public/papersApply.html b/public/papersApply.html
index 2df373c..3682b04 100644
--- a/public/papersApply.html
+++ b/public/papersApply.html
@@ -77,6 +77,7 @@
var name = JSON.parse(getData("data")).name;
// console.log(JSON.parse(getData("data")), 111);
+ // axios.get('http://223.82.109.183:2080/apply/getApplyDetailList?examId=' + id).then(function(res) {
axios.get('http://localhost:81/apply/getApplyDetailList?examId=' + id).then(function(res) {
var data = res.data;
var list = data.applyList;
--
Gitblit v1.9.3