commit
173899eb53
|
|
@ -35,7 +35,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)
|
||||||
{
|
{
|
||||||
// 取身份信息
|
// 取身份信息
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue