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-05-16 20:45:29 +0800
Commit
4fb1fc868a940a919154bdfb67ff071b7ab1a238
1 parent
afbb15ce
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/grass/topicManage/topicEdit.html
web/src/main/webapp/html/grass/topicManage/topicEdit.html
View file @
4fb1fc8
...
...
@@ -126,7 +126,7 @@
$
.
messager
.
alert
(
"错误"
,
data
.
message
);
return
""
;
}
return
data
.
url
;
return
data
.
data
;
},
onLoadSuccess
:
function
(
data
)
{
$
.
messager
.
progress
(
"close"
);
...
...
Please
register
or
login
to post a comment