From 5a3ace296c010b5c11501dedf252e1c144cda9e2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 06 Dec 2021 13:55:01 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises_ys
---
public/papersApply.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/papersApply.html b/public/papersApply.html
index 9607aa9..28ba915 100644
--- a/public/papersApply.html
+++ b/public/papersApply.html
@@ -96,8 +96,8 @@
var name = JSON.parse(getData("data")).name;
// console.log(JSON.parse(getData("data")), 111);
- axios.get('http://223.82.109.183:2080/api/apply/getApplyDetailList?examId=' + id).then(function(res) {
- // axios.get('http://localhost:81/apply/getApplyDetailList?examId=' + id).then(function(res) {
+ axios.get('http://223.82.109.183:2088/api/apply/getApplyDetailList?examId=' + id).then(function(res) {
+ // axios.get('http://localhost:83/apply/getApplyDetailList?examId=' + id).then(function(res) {
var data = res.data;
var list = data.applyList;
console.log(data, 123);
--
Gitblit v1.9.3