修改项目部署配置

parent 6b80a95a
......@@ -118,7 +118,7 @@
var services=JSON.stringify(data.field);
$.ajax({
type: "PUT",
url: "/members",
url: "${pageContext.request.contextPath}/members",
data: $(".layui-form").serialize(),
dataType: "json",
success: function(data){
......
......@@ -157,7 +157,7 @@
var services=JSON.stringify(data.field);
$.ajax({
type: "PUT",
url: "/services",
url: "${pageContext.request.contextPath}/services",
data: $(".layui-form").serialize(),
dataType: "json",
success: function(data){
......
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