mirror of https://gitee.com/y_project/RuoYi.git
修复druid最新版本数据监控页面刷新后空白问题
parent
1b7c5258f5
commit
fe204ad7c5
|
@ -21,6 +21,6 @@ public class DruidController extends BaseController
|
||||||
@GetMapping()
|
@GetMapping()
|
||||||
public String index()
|
public String index()
|
||||||
{
|
{
|
||||||
return redirect(prefix + "/index");
|
return redirect(prefix + "/index.html");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue