diff --git a/static/templates/setting_bottom.html b/static/templates/setting_bottom.html index 9c3684f..39686ac 100644 --- a/static/templates/setting_bottom.html +++ b/static/templates/setting_bottom.html @@ -379,6 +379,10 @@ this.sendAjax("/config","POST",{key:key,value:value},function(result){ _this.sendAjax("/configs","get",{},function(result){ _this.configList=result; + _this.$message({ + message: "配置成功!", + type: 'success' + }); }); }); }, diff --git a/static/templates/setting_config.html b/static/templates/setting_config.html index 2377bd6..0e854c4 100644 --- a/static/templates/setting_config.html +++ b/static/templates/setting_config.html @@ -1,5 +1,10 @@ {{template "header" }} -