realLiangshiwei/LogDashboard

使用非默认路由时 会导致UI 样式js文件加载404

Corps-Cy opened this issue · 2 comments

QQ图片20210126131408

app.UseLogDashboard("/log");

services.AddLogDashboard(opt =>
{
     opt.PathMatch  = "/log";
});

public string PathMatch { get; set; }

Version 1.4.7
IIS site name: Default Web Site/AEMS
Destination URL: 10.48.2.20/AEMS
How to change the PathMarch, it doesn't work when I changed it like this.
services.AddLogDashboard(opt =>
{
opt.PathMatch = "/log";
});