zhangwei
2 天以前 ef3906e9669cc75c054ef9bf4ea6336b727a539b
1
2
3
4
5
// http://192.168.0.31:5005 http://114.132.78.38:8096
export const baseUrlApi = (url: string) =>
  process.env.NODE_ENV === "development"
    ? `/api${url}`
    : `192.168.18.52:5005${url}`;