This commit is contained in:
qsh
2023-03-21 00:53:28 +08:00
parent 953377e655
commit 955687d473
171 changed files with 7149 additions and 7341 deletions

View File

@@ -10,7 +10,7 @@ import { successCode } from '@/global/global';
let downloadLoadingInstance;
// 是否显示重新登录
export let isRelogin = { show: false };
export const isRelogin = { show: false };
axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8';
// 创建axios实例