cankao-h5/src/config/index.ts

5 lines
122 B
TypeScript
Raw Normal View History

2025-08-10 16:44:02 +08:00
// const baseURL = "http://192.168.31.25:8060/api";
const baseURL = "http://localhost:8060/api";
export default baseURL;