|
@@ -21,7 +21,7 @@ import java.util.HashMap;
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
|
@Controller
|
|
@Controller
|
|
-@RequestMapping("/system/cms/signUp")
|
|
|
|
|
|
+@RequestMapping("/")
|
|
public class ContentBmAppController {
|
|
public class ContentBmAppController {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
@@ -31,7 +31,7 @@ public class ContentBmAppController {
|
|
private SignOnService signOnService;
|
|
private SignOnService signOnService;
|
|
|
|
|
|
|
|
|
|
- @RequestMapping
|
|
|
|
|
|
+ @RequestMapping("system/cms/signUp")
|
|
public String index(@RequestParam(value = "pageCurrent",defaultValue = "1") Integer pageNumber,
|
|
public String index(@RequestParam(value = "pageCurrent",defaultValue = "1") Integer pageNumber,
|
|
@RequestParam(value = "pageSize",defaultValue = "50") Integer pageSize,
|
|
@RequestParam(value = "pageSize",defaultValue = "50") Integer pageSize,
|
|
TCmsSignOn pojo, Model model) {
|
|
TCmsSignOn pojo, Model model) {
|