Pre Merge pull request !209 from 瘦八爷/master
This commit is contained in:
commit
4fa764770d
|
|
@ -45,7 +45,7 @@ public class SysIndexController extends BaseController
|
||||||
private SysPasswordService passwordService;
|
private SysPasswordService passwordService;
|
||||||
|
|
||||||
// 系统首页
|
// 系统首页
|
||||||
@GetMapping("/index")
|
@GetMapping({"/index","/"})
|
||||||
public String index(ModelMap mmap)
|
public String index(ModelMap mmap)
|
||||||
{
|
{
|
||||||
// 取身份信息
|
// 取身份信息
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue