Commit 06dadfd7 authored by yinxr's avatar yinxr

Signed-off-by: yinxr <2273460044@qq.com>

parent d56a40da
...@@ -97,7 +97,7 @@ var loginVue = new Vue({ ...@@ -97,7 +97,7 @@ var loginVue = new Vue({
// 登录 // 登录
checkLogin: function() { checkLogin: function() {
var that = this; var that = this;
ms.http.post(ms.manager + "/ms/checkLogin.do", that.loginForm).then(function(data) { ms.http.post(ms.manager + "/checkLogin.do", that.loginForm).then(function(data) {
if (data.result) { if (data.result) {
that.$notify({ that.$notify({
title: '成功', title: '成功',
......
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