Commit 1c2b5935 by zhangzhijie

Merge remote-tracking branch 'origin/dev' into dev

parents a1305e12 dff4765b
...@@ -9,6 +9,7 @@ import org.apache.shiro.subject.Subject; ...@@ -9,6 +9,7 @@ import org.apache.shiro.subject.Subject;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.ui.Model; import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
...@@ -25,6 +26,7 @@ import java.util.Map; ...@@ -25,6 +26,7 @@ import java.util.Map;
*/ */
@RequestMapping(value = "/access") @RequestMapping(value = "/access")
@Controller @Controller
@CrossOrigin
public class AccessController { public class AccessController {
@Autowired @Autowired
SysUserService userService; SysUserService userService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment