Browse Source

api/v1/Sys/getmenujson

xf 1 year ago
parent
commit
37bb3fa108
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MyFrontEnd/Pages/Privacy.cshtml.cs

+ 1 - 1
MyFrontEnd/Pages/Privacy.cshtml.cs

@@ -22,7 +22,7 @@ namespace MyFrontEnd.Pages
             var menus = await _daprClient.InvokeMethodAsync<IEnumerable<WeatherForecast>>(
             var menus = await _daprClient.InvokeMethodAsync<IEnumerable<WeatherForecast>>(
                  HttpMethod.Get,
                  HttpMethod.Get,
                  "hotline",
                  "hotline",
-                 "sys/getmenujson");
+                 "api/v1/Sys/getmenujson");
 
 
             ViewData["menus"] = menus;
             ViewData["menus"] = menus;
         }
         }