Compare commits
4 Commits
cc31a0631b
...
5e2a7ca68f
| Author | SHA1 | Date |
|---|---|---|
|
|
5e2a7ca68f | |
|
|
262b553b79 | |
|
|
c8d3f54f40 | |
|
|
2b3d2c6426 |
|
|
@ -19,7 +19,6 @@ 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,7 +32,6 @@ 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 = '/zhly/login.html';
|
||||
location.href = '/szgqj/login.html';
|
||||
}
|
||||
}, function () {
|
||||
location.href = '/zhly/login.html';
|
||||
location.href = '/szgqj/login.html';
|
||||
})
|
||||
} else if (code == 403) {
|
||||
console.log("未授权:" + message);
|
||||
|
|
|
|||
Loading…
Reference in New Issue