zqbao 6 сар өмнө
parent
commit
46cb03d331

+ 1 - 1
controllers/edb_monitor/edb_monitor_classify.go

@@ -149,7 +149,7 @@ func (c *EdbMonitorClassifyController) Edit() {
 		return
 	}
 
-	br.Msg = "分类添加成功"
+	br.Msg = "分类编辑成功"
 	br.Ret = 200
 	br.Success = true
 }