diff --git a/src/app.tsx b/src/app.tsx index 900d7e9..584436f 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -216,7 +216,7 @@ export async function render(oldRender: () => void) { const checkRegion = 5 * 60 * 1000; export const request = { ...errorConfig, - baseURL: process.env.NODE_ENV === 'development' ? '' : 'http://39.98.44.136:8080', + baseURL: process.env.NODE_ENV === 'development' ? '' : 'https://qd.zhaopinzao8dian.com/api', // baseURL: 'http://39.98.44.136:8080', requestInterceptors: [ (url: any, options: { headers: any }) => {