沈斌
2017-12-19 c93ce3ae7d39079eb8a2b13bea747e5c4636242d
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();
    });