登录逻辑+注册有礼
This commit is contained in:
@@ -4,7 +4,7 @@ import type {
|
||||
HttpResponse
|
||||
} from 'uview-plus/libs/luch-request';
|
||||
import { showMessage } from './status';
|
||||
import { getToken } from '@/utils/auth';
|
||||
import { getCompanyId, getToken } from '@/utils/auth';
|
||||
import useUserStore from '@/store/modules/user';
|
||||
|
||||
// 是否正在刷新token的标记
|
||||
@@ -26,8 +26,7 @@ function requestInterceptors() {
|
||||
const token = getToken();
|
||||
if(token && config.header) {
|
||||
config.header.token = token;
|
||||
config.header.Authorization = token;
|
||||
config.header.companyid = '1471673498334113794';
|
||||
config.header.companyid = getCompanyId();
|
||||
}
|
||||
return config;
|
||||
},
|
||||
|
Reference in New Issue
Block a user