mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 20:29:39 +08:00
登录页面初步
This commit is contained in:
@@ -10,6 +10,9 @@ export class HttpClient {
|
||||
baseURL: url,
|
||||
timeout: 15000,
|
||||
withCredentials: false,
|
||||
headers:{
|
||||
"Accept":"application/json"
|
||||
}
|
||||
});
|
||||
|
||||
//拦截器注册
|
||||
|
||||
Reference in New Issue
Block a user