commit
33f6b709a5
|
|
@ -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)
|
||||||
{
|
{
|
||||||
// 取身份信息
|
// 取身份信息
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue