解决登录以后,直接使用IP或域名访问系统报500错误的问题

This commit is contained in:
瘦八爷 2020-08-31 19:22:57 +08:00 committed by Gitee
parent 99e7820bc7
commit d830c9fd18
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class SysIndexController extends BaseController
private ISysConfigService configService;
// 系统首页
@GetMapping("/index")
@GetMapping({"/index","/"})
public String index(ModelMap mmap)
{
// 取身份信息