feat: 前端样式修改

This commit is contained in:
tbphp
2025-07-04 19:51:00 +08:00
parent f2e22a08fa
commit fd63a9c67d
12 changed files with 501 additions and 398 deletions

View File

@@ -45,7 +45,6 @@ http.interceptors.response.use(
// Something happened in setting up the request that triggered an Error
window.$message.error("请求设置错误");
}
console.error("API Error:", error);
return Promise.reject(error);
}
);