Compare commits
No commits in common. "5e2a7ca68fe8f14d9c6fa519b1b0ebd3db85ea68" and "cc31a0631b630059bb1ea582c4d4abc1b860cba3" have entirely different histories.
5e2a7ca68f
...
cc31a0631b
|
|
@ -19,6 +19,7 @@ import org.springframework.web.socket.config.annotation.EnableWebSocket;
|
|||
@MapperScan("com.bonus.aqgqj.*.mapper,com.bonus.aqgqj.*.dao")
|
||||
public class SzgqjServiceApplication {
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(SzgqjServiceApplication.class, args);
|
||||
System.err.println("启动成功");
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ public class SysMenuServiceImpl implements SysMenuService {
|
|||
List<SysMenuVo> list=new ArrayList<>();
|
||||
try{
|
||||
list= dao.getUserMenuList(type,roleId);
|
||||
list=dao.getMenuName(url);
|
||||
}catch (Exception e){
|
||||
log.error(e.toString(),e);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,10 +35,10 @@ function error(xhr) {
|
|||
icon: 5,
|
||||
move: false,
|
||||
cancel: function (index, layero) {
|
||||
location.href = '/szgqj/login.html';
|
||||
location.href = '/zhly/login.html';
|
||||
}
|
||||
}, function () {
|
||||
location.href = '/szgqj/login.html';
|
||||
location.href = '/zhly/login.html';
|
||||
})
|
||||
} else if (code == 403) {
|
||||
console.log("未授权:" + message);
|
||||
|
|
|
|||
Loading…
Reference in New Issue