diff --git a/src/main/webapp/WEB-INF/manager/login.ftl b/src/main/webapp/WEB-INF/manager/login.ftl index b006ae3c..f3bd22d8 100644 --- a/src/main/webapp/WEB-INF/manager/login.ftl +++ b/src/main/webapp/WEB-INF/manager/login.ftl @@ -94,14 +94,14 @@ var loginVue = new Vue({ // 登录 checkLogin: function(form) { var that = this; - ms.http.post(ms.base + "/ms/checkLogin.do", form).then(function(data) { + ms.http.post(ms.manager + "/ms/checkLogin.do", form).then(function(data) { if (data.result) { that.$notify({ title: '成功', message: '登录成功', type: 'success' }); - location.href = ms.base+"/index.do"; + location.href = ms.base+"/index.ftl"; } else { that.$notify({ title: '失败', diff --git a/src/main/webapp/WEB-INF/manager/mweixin/message-reply.ftl b/src/main/webapp/WEB-INF/manager/mweixin/message-reply.ftl index 974f83dc..3d0e7355 100644 --- a/src/main/webapp/WEB-INF/manager/mweixin/message-reply.ftl +++ b/src/main/webapp/WEB-INF/manager/mweixin/message-reply.ftl @@ -17,7 +17,6 @@ div:first-child { margin-right: 10px; diff --git a/src/main/webapp/static/mweixin/message-reply.less b/src/main/webapp/static/mweixin/message-reply.less index 39070493..8fc487be 100644 --- a/src/main/webapp/static/mweixin/message-reply.less +++ b/src/main/webapp/static/mweixin/message-reply.less @@ -3,6 +3,7 @@ .ms-message-reply{ .ms-flex(flex-start); padding:20px; + height: 267px; >div:first-child{ margin-right:10px; line-height: 40px;