修复接口路径拼接问题
This commit is contained in:
@@ -825,7 +825,7 @@ namespace Home.Controllers
|
||||
[HttpGet]
|
||||
public async Task<IActionResult> Http()
|
||||
{
|
||||
ViewData["BaseUrl"] = m_Configuration["BaseInfoUrl"];
|
||||
ViewData["BaseUrl"] = m_Configuration["BackendUrl"];
|
||||
return View();
|
||||
}
|
||||
[HttpGet]
|
||||
|
||||
Reference in New Issue
Block a user