修复登录以后重新进入首页不带index报500错误
This commit is contained in:
parent
7b3517f699
commit
85e36b814a
|
|
@ -35,7 +35,7 @@ public class SysIndexController extends BaseController
|
|||
private ISysConfigService configService;
|
||||
|
||||
// 系统首页
|
||||
@GetMapping("/index")
|
||||
@GetMapping({"/index","/"})
|
||||
public String index(ModelMap mmap)
|
||||
{
|
||||
// 取身份信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue