提交 b5298737 authored 作者: 钟是志's avatar 钟是志

27774 就业系统导入 接口带token hulinnaAdmin 123456

上级 6530ea9f
......@@ -385,6 +385,14 @@ export function checkInputType(data, type){
return true;
}
export function getHeaders() {
return {
headers: {
Authorization: `bearer ${getToken()}`,
},
};
}
export function getIsA_Ba() { // 判断当前环境是不是阿坝学校 然后做定制需求. 主要用于定制开发
return window.specialImportantSystemConfig?.schoolName && window.specialImportantSystemConfig?.schoolName.indexOf('阿坝') > -1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论