diff --git a/src/utils/http/axios/index.ts b/src/utils/http/axios/index.ts index 96f27786..93511ecb 100644 --- a/src/utils/http/axios/index.ts +++ b/src/utils/http/axios/index.ts @@ -205,7 +205,6 @@ function createAxios(opt?: Partial) { // See https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#authentication_schemes // authentication schemes,e.g: Bearer authenticationScheme: 'Bearer', - // authenticationScheme: '', timeout: 10 * 1000, // 基础接口地址 // baseURL: globSetting.apiUrl, diff --git a/src/views/sys/login/LoginForm.vue b/src/views/sys/login/LoginForm.vue index 317bb425..da81151c 100644 --- a/src/views/sys/login/LoginForm.vue +++ b/src/views/sys/login/LoginForm.vue @@ -1,20 +1,8 @@