zhanghonglin
2026-03-21 beb0b5d9e1bab1ace04b5860b5ca308b6f913d4f
ÏîÄ¿´úÂë/´óÆÁ/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/
});
```