'wip(semantic):调整模板api接口'

This commit is contained in:
zhengxinonly
2021-09-12 18:16:02 +08:00
parent b9c449ad57
commit 550f99e468
30 changed files with 259 additions and 240 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
success: function (result) {
layer.close(loading)
if (result.success) {
popup.success(result.msg, function () {
popup.success(result.message, function () {
location.href = '/admin'
})
return true