chore: lib-server

This commit is contained in:
xiaojunnuo
2024-10-03 22:03:49 +08:00
parent a13203fb3f
commit a4e2cc54e6
101 changed files with 936 additions and 223 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export function errorLog(error: any) {
if (error.response?.data?.message) {
message = error.response.data.message;
}
if (message.indexOf("ssl3_get_record:wrong version number" > -1)) {
if (message.indexOf("ssl3_get_record:wrong version number") >= 0) {
message = "http协议错误,服务端要求http协议,请检查是否使用了https请求";
}
// 显示提示