zhanghonglin
2026-04-06 cfb3f2c7e9cde8cc2eb2a19263d0802c0c5410a3
ÏîÄ¿´úÂë/´óÆÁ/README.md
@@ -182,7 +182,7 @@
Vue.prototype.$http = axios.create({
  //设置20秒超时时间
  timeout: 20000,
  baseURL: 'http://127.0.0.1:9291', //这里写后端地址http://localhost:8098/
  baseURL: 'http://192.168.10.203:9291', //这里写后端地址http://localhost:8098/
});
```