seimin %!s(int64=3) %!d(string=hai) anos
pai
achega
d1ee090c07
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      proxy.conf.json
  2. 1 0
      src/app/views/main/main.component.ts

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-    "target": "http://192.168.3.96",
3
+    "target": "http://192.168.3.108",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

+ 1 - 0
src/app/views/main/main.component.ts

@@ -41,6 +41,7 @@ export class MainComponent implements OnInit {
41 41
     private tool: ToolService
42 42
   ) {}
43 43
   ngOnInit() {
44
+    this.highlightMenuByUrl();
44 45
     this.routerEventsListener = this.router.events
45 46
       .pipe(filter((event) => event instanceof NavigationEnd))
46 47
       .subscribe((event) => {