zhgdyun/src/api/config/servicePort.ts
2023-07-12 09:56:31 +08:00

5 lines
188 B
TypeScript

// * 后端微服务端口名
// export const BASEURL = "http://192.168.34.122:6688";
export const BASEURL = import.meta.env.VITE_API_URL;
export const PORT2 = "http://139.9.66.234:6688";