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

Merge pull request !1 from 瘦八爷/N/A
This commit is contained in:
瘦八爷 2020-08-31 19:23:56 +08:00 committed by Gitee
commit 33f6b709a5
1 changed files with 1 additions and 1 deletions

View File

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