群机器人管理能力补充。

This commit is contained in:
liuwei
2025-04-03 17:44:44 +08:00
parent 6be617dc44
commit 2fafe2981b
2 changed files with 60 additions and 2 deletions

View File

@@ -315,7 +315,7 @@
submitAddGroup() {
this.$refs.addGroupForm.validate(valid => {
if (valid) {
axios.post('/robot/api/group', {
axios.post('/robot/api/add_group', {
group_id: this.addGroupForm.groupId
})
.then(response => {