xiangpei
2024-10-31 c090cd7b022216cc5c84ccbe7cd66d9f6ff5aaa1
src/api/index.js
@@ -21,7 +21,7 @@
      break;
    case 401:
      console.log("服务器认证失败");
      location.href = '/login';
      location.href = '/#/login';
      break;
    case 403: