src/app/routes/users/installer/edit/edit.component.ts
@@ -27,8 +27,7 @@ } save() { this.http.get('./assets/pois.json').subscribe(() => { this.msgSrv.success('保存成功,只是模拟,实际未变更'); this.http.post('http://localhost:8001/user/operate_user/save', this.user).subscribe(() => { this.subject.next('true'); this.close(); });