Toggle navigation
Toggle navigation
This project
Loading...
Sign in
platform
/
platform-cms
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张帅
2019-01-17 16:02:45 +0800
Commit
cb435cdc0a47df0d15a9a374b5af0ee04090955e
1 parent
b4632429
修改提示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
web/src/main/webapp/html/grass/article/publishArticle.html
web/src/main/webapp/html/grass/article/publishArticle.html
View file @
cb435cd
...
...
@@ -162,7 +162,9 @@
if
(
data
)
{
data
=
$
.
parseJSON
(
data
);
if
(
data
.
code
==
200
)
{
$
.
messager
.
alert
(
"保存成功"
);
alert
(
'保存成功'
);
window
.
location
.
reload
();
}
else
{
$
.
messager
.
alert
(
"保存失败"
,
data
.
message
,
"error"
);
}
...
...
Please
register
or
login
to post a comment