Commit 772fad17 authored by 邓晓峰's avatar 邓晓峰

chore: 升级@wisdom-utils/utls

parent ff8cc638
Pipeline #39072 passed with stages
in 13 minutes 20 seconds
...@@ -63,6 +63,7 @@ instanceRequest.setErrorHandler(error => { ...@@ -63,6 +63,7 @@ instanceRequest.setErrorHandler(error => {
return response; return response;
}); });
console.log("instanceRequest", instanceRequest)
const appService = service(AppService); const appService = service(AppService);
const noticeService = service(notificationService); const noticeService = service(notificationService);
export { appService, noticeService }; export { appService, noticeService };
...@@ -798,7 +798,7 @@ class Login { ...@@ -798,7 +798,7 @@ class Login {
return data return data
} else { } else {
message.error({ message.error({
duration: 300, duration: 3,
content: `授权失败:${res.msg}` content: `授权失败:${res.msg}`
}); });
self.events.emit('loginError', res.msg); self.events.emit('loginError', res.msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment