Compare commits

...

4 Commits

3 changed files with 2 additions and 4 deletions

View File

@ -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("启动成功");

View File

@ -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);
}

View File

@ -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);