|
@@ -1,6 +1,5 @@
|
|
|
package com.xt.js.gkaq.web.ctl;
|
|
|
|
|
|
-import org.springframework.beans.BeanUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.ui.Model;
|
|
@@ -22,7 +21,7 @@ public class MenuButtonCtl extends BaseCtl {
|
|
|
|
|
|
@RequestMapping("")
|
|
|
public String index(Model model) {
|
|
|
- return "menu/menu";
|
|
|
+ return "frame/menu";
|
|
|
}
|
|
|
|
|
|
@RequestMapping("getRecord")
|