后台页面跳转
This commit is contained in:
parent
5bf99ba602
commit
d036e7307a
@ -21,7 +21,7 @@ import org.springframework.web.servlet.ModelAndView;
|
||||
*/
|
||||
@Api(tags = ISystemConstant.API_TAGS_SYSTEM_PREFIX + "后台页面接口")
|
||||
@RestController
|
||||
@RequestMapping(ISystemConstant.API_GROUP_ROUTE + "/indexWeb")
|
||||
@RequestMapping(ISystemConstant.ROUTE_PREFIX + "/indexWeb")
|
||||
public class indexWebController extends DefaultBaseController {
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user