解决登录以后,直接使用IP或域名访问系统报500错误的问题
This commit is contained in:
parent
99e7820bc7
commit
d830c9fd18
|
|
@ -28,7 +28,7 @@ public class SysIndexController extends BaseController
|
|||
private ISysConfigService configService;
|
||||
|
||||
// 系统首页
|
||||
@GetMapping("/index")
|
||||
@GetMapping({"/index","/"})
|
||||
public String index(ModelMap mmap)
|
||||
{
|
||||
// 取身份信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue