Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
06dadfd7
Commit
06dadfd7
authored
Jan 26, 2019
by
yinxr
Browse files
Signed-off-by: yinxr <2273460044@qq.com>
parent
d56a40da
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/login.ftl
View file @
06dadfd7
...
@@ -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
:
'成功'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment