修复登录以后重新进入首页不带index报500错误

This commit is contained in:
瘦八爷 2020-09-09 10:27:12 +08:00 committed by Gitee
parent 7b3517f699
commit 85e36b814a
1 changed files with 1 additions and 1 deletions

View File

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