zhanghonglin
3 天以前 1e6a3ce80c38124fe8750f59956528204e696d4e
ÏîÄ¿´úÂë/´óÆÁ/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/
});
```