Commit db4adb67 authored by ibuler's avatar ibuler

[bugfix] 修改bug

parent 51b91f0e
This diff is collapsed.
{ {
"/api/perms/v1/user/nodes/children/": {
"target": "http://127.0.0.1:8080",
"secure": false
},
"/api": { "/api": {
"target": "http://127.0.0.1:5001", "target": "http://127.0.0.1:5001",
"secure": false "secure": false
......
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
</mat-form-field> </mat-form-field>
<div style="float: right"> <div style="float: right">
<button mat-raised-button (click)="onNoClick()">{{"Cancel"|trans}}</button> <button mat-raised-button (click)="onNoClick()">{{"Cancel"|trans}}</button>
<button mat-raised-button color="primary" [mat-dialog-close]="selected" (click)="onSubmit()">{{"Confirm"|trans}}</button> <button mat-raised-button color="primary" (click)="onSubmit()">{{"Confirm"|trans}}</button>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment