src/utils/axios.ts
@@ -2,8 +2,11 @@ import { Session } from '@/utils/storage' import { ElMessage } from 'element-plus' import { confingInfoStore } from '@/stores/StoresConfing' const BASE_URL = 'https://hemobs.icoldchain.cn' // const BASE_URL = 'https://hemobs.icoldchain.cn' const BASE_URL = confingInfoStore().confingInfo.base_api const TIME_OUT = 10 * 1000 /**